From 1ef3287bbbfaad2b35de0eacbc3977f9f1a649b9 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Apr 2020 08:38:48 +0000 Subject: [PATCH] 'Mysql-alternate-Repo-Setup-DebUbu.sh' updaten --- Mysql-alternate-Repo-Setup-DebUbu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mysql-alternate-Repo-Setup-DebUbu.sh b/Mysql-alternate-Repo-Setup-DebUbu.sh index cc75309..fe8888a 100644 --- a/Mysql-alternate-Repo-Setup-DebUbu.sh +++ b/Mysql-alternate-Repo-Setup-DebUbu.sh @@ -6,5 +6,5 @@ Dist=$(grep -oP '(?<=^ID=).+' /etc/os-release | tr -d '"') DistVersion=$(grep -oP '(?<=^VERSION_CODENAME=).+' /etc/os-release | tr -d '"') -apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5 +wget -qO - http://repo.mysql.com/RPM-GPG-KEY-mysql | apt-key add - echo "deb http://repo.mysql.com/apt/"$Dist"/ "$DistVersion" mysql-8.0" >/etc/apt/sources.list.d/mysql.list \ No newline at end of file