Add google-chrome-unstable as an option for browsers.
This commit is contained in:
parent
278ee7a581
commit
a27fda25f5
2
i38.sh
2
i38.sh
@ -304,7 +304,7 @@ fi
|
||||
emailClient="$(command -v $emailClient)"
|
||||
# Web browser
|
||||
unset programList
|
||||
for i in brave chromium epiphany firefox google-chrome-stable microsoft-edge microsoft-edge-beta microsoft-edge-dev midori seamonkey ; do
|
||||
for i in brave chromium epiphany firefox google-chrome-stable google-chrome-unstable microsoft-edge microsoft-edge-beta microsoft-edge-dev midori seamonkey ; do
|
||||
if command -v ${i/#-/} &> /dev/null ; then
|
||||
if [ -n "$programList" ]; then
|
||||
programList="$programList $i"
|
||||
|
Loading…
Reference in New Issue
Block a user