|
|
|
@ -5,12 +5,12 @@ set -u |
|
|
|
|
set -o pipefail |
|
|
|
|
|
|
|
|
|
# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable> |
|
|
|
|
CHROME_VERSION='102.0.5005.61-1' |
|
|
|
|
CHROME_VERSION='103.0.5060.53-1' |
|
|
|
|
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb" |
|
|
|
|
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}" |
|
|
|
|
|
|
|
|
|
# To retrieve this checksum, run the `wget` and `shasum` commands below |
|
|
|
|
CHROME_BINARY_SHA512SUM='dd701b99febf7d927657f38716d90f3a0b967ae75dac5f6e8fbf9df632c8a531ccb9f37ee09340ad730b4fe40d0564c1b64201121d2d3e4e503f3f167ca632cd' |
|
|
|
|
CHROME_BINARY_SHA512SUM='36f4e79f46cb71c1431dccf1489f5f8e89d35204a717a4618c7f6f638123ddc2b37bd5cbd00498be8f84c7713149f2faa447cb6da3518be1cb9703e99d110e1a' |
|
|
|
|
|
|
|
|
|
wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}" |
|
|
|
|
|
|
|
|
|