Add Opera and Midori to Web Browser List

This commit is contained in:
MatMoul 2015-12-07 00:55:40 +01:00
parent 9729f9b948
commit cbe827607b

View file

@ -2,13 +2,16 @@
. ./lib
options=()
options+=("chromium" "" on)
options+=("chromium-pepper-flash" "(AUR)" on)
options+=("chromium" "" off)
options+=("chromium-pepper-flash" "(AUR) Remoennded" off)
options+=("chromium-pepper-flash-standalone" "(AUR)" off)
options+=("firefox" "" on)
options+=("firefox" "" off)
options+=("flashplugin" "" off)
options+=("freshplayerplugin-git" "(AUR)" on)
options+=("freshplayerplugin-git" "(AUR) Recommended" off)
options+=("freshplayerplugin" "(AUR)" off)
options+=("opera" "" off)
options+=("midori" "" off)
options+=("midori-gtk2" "" off)
sel=$(whiptail --backtitle "$apptitle" --title "Web Browser applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
"${options[@]}" \