Skip to content

Commit

Permalink
Correct deb url
Browse files Browse the repository at this point in the history
  • Loading branch information
gbelote committed Mar 2, 2021
1 parent da34ac0 commit cc067e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ topic "Installing Google Chrome from the $channel channel."

#PACKAGES="$PACKAGES https://dl.google.com/linux/direct/google-chrome-${channel}_current_amd64.deb"
VERSION="81.0.4044.129-1"
PACKAGES="$PACKAGES https://dl.google.com/linux/direct/google-chrome-${channel}_${VERSION}_amd64.deb"
PACKAGES="$PACKAGES http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${channel}_${VERSION}_amd64.deb"

APT_CACHE_DIR="$CACHE_DIR/apt/cache"
APT_STATE_DIR="$CACHE_DIR/apt/state"
Expand Down

0 comments on commit cc067e7

Please sign in to comment.