From 82ce8e25d9f9542cd8e0d18d4a0430d5bcde466f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 10 Feb 2024 15:53:10 -0500 Subject: [PATCH] Fixed microsoft-edge. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 5622751..2b45090 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 google-chrome-unstable 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-stable microsoft-edge-beta microsoft-edge-dev midori seamonkey ; do if command -v ${i/#-/} &> /dev/null ; then if [ -n "$programList" ]; then programList="$programList $i"