Add missing gpg package

This commit is contained in:
Lukas Eipert 2022-02-22 16:19:07 +01:00
parent 7e4d101865
commit d3a9f21b7b

View file

@ -9,7 +9,7 @@ PKG=google-chrome-stable
export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -y install apt-utils curl bash
apt-get -y install apt-utils curl bash gnupg2
curl -sS -L https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list