From a27fda25f5bc7e9a6543a859d9eb9ece5f053d79 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 24 Jan 2024 12:43:28 -0500 Subject: [PATCH] Add google-chrome-unstable as an option for browsers. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index a2999a5..5622751 100755 --- a/i38.sh +++ b/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"