Skip to content

Commit

Permalink
Google Chrome Debian/Ubuntu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Nov 11, 2024
1 parent e86c391 commit 1aa075f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions functions/universal/software/browsers/f_googlechrome.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -64,9 +64,10 @@ function installChrome()

debian|ubuntu)

deb_get_install && return

programURL=${debURL}

deb_get_install && return

metaExternalDownload ${programTitle} ${programURL}
;;

Expand Down

0 comments on commit 1aa075f

Please sign in to comment.