Add option for k3b with optional packages

This commit is contained in:
RealStickman 2022-07-29 14:00:29 +02:00
parent fee0cf0a54
commit bb4fe32634

View File

@ -103,6 +103,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
32 "Megatools" off
40 "Handbrake" off
41 "Audacity" off
42 "k3b" off
60 "Discord" on
61 "Element" on
62 "Telegram" on
@ -162,6 +163,9 @@ do
#echo "audacity" >> "$setupdir/selectedpkgs.txt"
echo "The situation with audacity is unknown right now. Check for FOSS no-telemetry forks"
;;
42)
printf '%s\n' 'k3b' 'cdparanoia' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'emovix' 'transcode' 'vcdimager' >> "$setupdir/selectedpkgs.txt"
;;
60)
#in_discord=1
#echo "discord" >> "$setupdir/selectedpkgs.txt"