File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
apt-get purge -qq ' ^mysql*' ' ^libmysql*'
6
6
rm -fr /etc/mysql
7
7
rm -fr /var/lib/mysql
8
- apt-key add - < support/5072E1F5.asc
9
- add-apt-repository ' deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.7'
8
+ apt-key add support/5072E1F5.asc
9
+ add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-5.7'
10
10
apt-get update -qq
11
11
apt-get install -qq mysql-server libmysqlclient-dev
12
12
Original file line number Diff line number Diff line change 5
5
apt-get purge -qq ' ^mysql*' ' ^libmysql*'
6
6
rm -fr /etc/mysql
7
7
rm -fr /var/lib/mysql
8
- apt-key add - < support/5072E1F5.asc
9
- add-apt-repository ' deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-8.0'
8
+ apt-key add support/5072E1F5.asc
9
+ add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-8.0'
10
10
apt-get update -qq
11
11
apt-get install -qq mysql-server libmysqlclient-dev
12
12
You can’t perform that action at this time.
0 commit comments