Add burner tools
This commit is contained in:
parent
8691abca72
commit
9c3eb3c772
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue