Fixed microsoft-edge.

This commit is contained in:
Storm Dragon 2024-02-10 15:53:10 -05:00
parent a27fda25f5
commit 82ce8e25d9
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 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"