diff --git a/i38.sh b/i38.sh index 76ab6f0..eb57208 100755 --- a/i38.sh +++ b/i38.sh @@ -332,7 +332,7 @@ fi export emailClient="$(command -v $emailClient)" # Web browser unset programList -for i in brave chromium epiphany firefox google-chrome-stable google-chrome-unstable microsoft-edge-stable microsoft-edge-beta microsoft-edge-dev midori seamonkey ; do +for i in brave chromium epiphany firefox google-chrome-stable google-chrome-unstable microsoft-edge-stable microsoft-edge-beta microsoft-edge-dev midori seamonkey vivaldi ; do if command -v ${i/#-/} &> /dev/null ; then if [ -n "$programList" ]; then programList="$programList $i"