Skip to content

Commit

Permalink
-> Have to install gnupg explicitly now
Browse files Browse the repository at this point in the history
  • Loading branch information
s-paquette committed Dec 11, 2024
1 parent e2886dd commit d955f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d955f78

Please sign in to comment.