From d3a9f21b7b6f68d8cc09f8339da1a97f569ecf8f Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Tue, 22 Feb 2022 16:19:07 +0100 Subject: [PATCH] Add missing gpg package --- scripts/cache-google-chrome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cache-google-chrome b/scripts/cache-google-chrome index 690d23d..06b0489 100755 --- a/scripts/cache-google-chrome +++ b/scripts/cache-google-chrome @@ -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