diff --git a/scripts/install-chrome b/scripts/install-chrome index 357ac94..7ee5a55 100755 --- a/scripts/install-chrome +++ b/scripts/install-chrome @@ -12,7 +12,7 @@ function download_deb() { local DEB="${PKG}-${component}_${CHROME_VERSION}_${ARCH}.deb" fi - curl --silent --show-error --fail -O "$DEB" + curl --silent --show-error --fail -O "${DOWNLOAD_URL_BASE}/${CHROME_VERSION}/$DEB" echo "${DEB}" }