File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ rm -fr /etc/mysql
77rm -fr /var/lib/mysql
88apt-key add support/5072E1F5.asc # old signing key
99apt-key add support/3A79BD29.asc # 5.7.37 and higher
10+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
1011# Verify the repository as add-apt-repository does not.
1112wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$( lsb_release -cs) /mysql-5.7
1213add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-5.7'
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ rm -fr /etc/mysql
77rm -fr /var/lib/mysql
88apt-key add support/5072E1F5.asc # old signing key
99apt-key add support/3A79BD29.asc # 8.0.28 and higher
10+ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
1011# Verify the repository as add-apt-repository does not.
1112wget -q --spider http://repo.mysql.com/apt/ubuntu/dists/$( lsb_release -cs) /mysql-8.0
1213add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-8.0'
You can’t perform that action at this time.
0 commit comments