Added vivaldi as browser option.
This commit is contained in:
parent
416fdc7be4
commit
8064eaa6e2
2
i38.sh
2
i38.sh
@ -332,7 +332,7 @@ fi
|
|||||||
export emailClient="$(command -v $emailClient)"
|
export 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-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 command -v ${i/#-/} &> /dev/null ; then
|
||||||
if [ -n "$programList" ]; then
|
if [ -n "$programList" ]; then
|
||||||
programList="$programList $i"
|
programList="$programList $i"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user