Add burner tools

This commit is contained in:
MatMoul 2016-10-22 20:42:42 +02:00
parent 8691abca72
commit 9c3eb3c772

View file

@ -4,7 +4,7 @@
options=()
options+=("k3b" "" off)
options+=("xfburn" "" off)
options+=("libisoburn" "(xorriso-tcltk)" off)
options+=("xorriso-tcltk" "libisoburn tk bwidget" off)
options+=("gnomebaker" "(AUR)" off)
sel=$(whiptail --backtitle "$apptitle" --title "Burner 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
'"gnomebaker"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
'"xorriso-tcltk"') pkg="$pkg libisoburn tk bwidget";;
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
esac
done