Add google-chrome-unstable as an option for browsers.

This commit is contained in:
Storm Dragon 2024-01-24 12:43:28 -05:00
parent 278ee7a581
commit a27fda25f5
1 changed files with 1 additions and 1 deletions

2
i38.sh
View File

@ -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"