From 0a81ef5783d17d993c29638b2479a756fcfdecea Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Mon, 10 Oct 2022 12:00:13 +0300 Subject: [PATCH] Notify chrome update only when chromium is cached --- 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 cc4f3b3..606053b 100755 --- a/scripts/cache-google-chrome +++ b/scripts/cache-google-chrome @@ -101,7 +101,7 @@ apt-get -y install apt-utils curl gnupg2 >/dev/null if [ "$TARGETARCH" == "amd64" ]; then cache-chrome cache-chromium - notify-chrome-updated else cache-chromium + notify-chrome-updated fi