Merge branch 'master' into wayland

This commit is contained in:
RealStickman 2022-07-29 15:13:35 +02:00
commit 2a5038662c

View File

@ -83,6 +83,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
@ -128,6 +129,9 @@ do
41)
echo "audacity" >> "$setupdir/selectedpkgs.txt"
;;
42)
printf '%s\n' 'k3b' 'cdparanoia' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'emovix' 'transcode' 'vcdimager' >> "$setupdir/selectedpkgs.txt"
;;
60)
echo "discord" >> "$setupdir/selectedpkgs.txt"
#echo "discord_arch_electron" >> "$setupdir/aurselectedpkgs.txt"