Notify chrome update only when chromium is cached

This commit is contained in:
Andrejs Cunskis 2022-10-10 12:00:13 +03:00
parent fb66a1f143
commit 0a81ef5783
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -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