Small Bug
This commit is contained in:
parent
639bd0684a
commit
eebb6e11c6
3 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
options=()
|
||||
options+=("chromium" "" off)
|
||||
options+=("chromium-pepper-flash" "(AUR) Remoennded" off)
|
||||
options+=("chromium-pepper-flash" "(AUR) Recommended" off)
|
||||
options+=("chromium-pepper-flash-standalone" "(AUR)" off)
|
||||
options+=("firefox" "" off)
|
||||
options+=("flashplugin" "" off)
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
options=()
|
||||
options+=("amarok" "Audio Player" off)
|
||||
options+=("guayadeque" "Audio Player" off)
|
||||
options+=("clementine" "Audio Player" off)
|
||||
options+=("mixxx" "Audio Player" off)
|
||||
options+=("guayadeque" "(AUR) Audio Player" off)
|
||||
options+=("gmusicbrowser" "(AUR) Audio Player" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Audio Player applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
||||
|
@ -17,6 +17,7 @@ fi
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"guayadeque"' | \
|
||||
'"gmusicbrowser"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
|
||||
esac
|
||||
|
|
|
@ -26,7 +26,7 @@ instpkg "$pkg" "$aurpkg"
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
"lightdm-gtk-greeter") svcenable lightdm;;
|
||||
'"lightdm-gtk-greeter"') svcenable lightdm;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue