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