Add Opera and Midori to Web Browser List
This commit is contained in:
parent
9729f9b948
commit
cbe827607b
1 changed files with 7 additions and 4 deletions
|
@ -2,13 +2,16 @@
|
||||||
. ./lib
|
. ./lib
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
options+=("chromium" "" on)
|
options+=("chromium" "" off)
|
||||||
options+=("chromium-pepper-flash" "(AUR)" on)
|
options+=("chromium-pepper-flash" "(AUR) Remoennded" off)
|
||||||
options+=("chromium-pepper-flash-standalone" "(AUR)" off)
|
options+=("chromium-pepper-flash-standalone" "(AUR)" off)
|
||||||
options+=("firefox" "" on)
|
options+=("firefox" "" off)
|
||||||
options+=("flashplugin" "" off)
|
options+=("flashplugin" "" off)
|
||||||
options+=("freshplayerplugin-git" "(AUR)" on)
|
options+=("freshplayerplugin-git" "(AUR) Recommended" off)
|
||||||
options+=("freshplayerplugin" "(AUR)" 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 \
|
sel=$(whiptail --backtitle "$apptitle" --title "Web Browser applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue