From 4890b0e2d9ea40dd8cacbb266c593dfed5ccfdaf Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Apr 2020 13:58:07 +0200 Subject: [PATCH] Update 'preconf.sh' --- preconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preconf.sh b/preconf.sh index 6b0f763..933c335 100644 --- a/preconf.sh +++ b/preconf.sh @@ -12,7 +12,7 @@ debconf-set-selections <<< "mysql-community-server mysql-server/default-auth-ove Dist=$(grep -oP '(?<=^ID=).+' /etc/os-release | tr -d '"') DistVersion=$(grep -oP '(?<=^VERSION_CODENAME=).+' /etc/os-release | tr -d '"') -wget -qO - http://repo.mysql.com/RPM-GPG-KEY-mysql | apt-key add - +wget -qO - http://mirror.nxdi.nl/resources/mysql/RPM-GPG-KEY-mysql | apt-key add - echo "deb http://mirror.nxdi.nl/apt/mysql/"$Dist"/ "$DistVersion" mysql-8.0" >/etc/apt/sources.list.d/mysql.list if [ -z ${CurDebFrond+x} ]; then unset DEBIAN_FRONTEND ; else export DEBIAN_FRONTEND=$CurDebFrond; fi #Restore DEBIAN_FRONTEND