diff --git a/shell/install-deps.sh b/shell/install-deps.sh index 26e6da151..0ff2bb7a5 100755 --- a/shell/install-deps.sh +++ b/shell/install-deps.sh @@ -36,7 +36,7 @@ apt-get update -qq # Install and update apt-get info echo "Preparing System..." -apt-get -y --force-yes install software-properties-common ca-certificates +apt-get -y --force-yes install software-properties-common ca-certificates gnupg apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv A8D3785C wget "https://repo.mysql.com/mysql-apt-config_0.8.29-1_all.deb" -P /tmp dpkg --install /tmp/mysql-apt-config_0.8.29-1_all.deb