Fixed microsoft-edge.
This commit is contained in:
parent
a27fda25f5
commit
82ce8e25d9
2
i38.sh
2
i38.sh
@ -304,7 +304,7 @@ fi
|
|||||||
emailClient="$(command -v $emailClient)"
|
emailClient="$(command -v $emailClient)"
|
||||||
# Web browser
|
# Web browser
|
||||||
unset programList
|
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 command -v ${i/#-/} &> /dev/null ; then
|
||||||
if [ -n "$programList" ]; then
|
if [ -n "$programList" ]; then
|
||||||
programList="$programList $i"
|
programList="$programList $i"
|
||||||
|
Loading…
Reference in New Issue
Block a user