diff --git a/functions/universal/software/browsers/f_googlechrome.cfg b/functions/universal/software/browsers/f_googlechrome.cfg index c7606d18..bd7e4d03 100644 --- a/functions/universal/software/browsers/f_googlechrome.cfg +++ b/functions/universal/software/browsers/f_googlechrome.cfg @@ -35,7 +35,7 @@ function installChrome() { # this name seems wrong ... like it should not be declared here # idea: declare it as "google-chrome" or "google-chrome-stable", when needed - programName="google-chrome" + programName="google-chrome-stable" programTitle="Google Chrome" programDownloadURL="https://dl.google.com/linux/direct/" @@ -64,9 +64,10 @@ function installChrome() debian|ubuntu) - deb_get_install && return - programURL=${debURL} + + deb_get_install && return + metaExternalDownload ${programTitle} ${programURL} ;;