Merge branch 'master' into wayland
This commit is contained in:
commit
2a5038662c
@ -83,6 +83,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
|||||||
32 "Megatools" off
|
32 "Megatools" off
|
||||||
40 "Handbrake" off
|
40 "Handbrake" off
|
||||||
41 "Audacity" off
|
41 "Audacity" off
|
||||||
|
42 "k3b" off
|
||||||
60 "Discord" on
|
60 "Discord" on
|
||||||
61 "Element" on
|
61 "Element" on
|
||||||
62 "Telegram" on
|
62 "Telegram" on
|
||||||
@ -128,6 +129,9 @@ do
|
|||||||
41)
|
41)
|
||||||
echo "audacity" >> "$setupdir/selectedpkgs.txt"
|
echo "audacity" >> "$setupdir/selectedpkgs.txt"
|
||||||
;;
|
;;
|
||||||
|
42)
|
||||||
|
printf '%s\n' 'k3b' 'cdparanoia' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'emovix' 'transcode' 'vcdimager' >> "$setupdir/selectedpkgs.txt"
|
||||||
|
;;
|
||||||
60)
|
60)
|
||||||
echo "discord" >> "$setupdir/selectedpkgs.txt"
|
echo "discord" >> "$setupdir/selectedpkgs.txt"
|
||||||
#echo "discord_arch_electron" >> "$setupdir/aurselectedpkgs.txt"
|
#echo "discord_arch_electron" >> "$setupdir/aurselectedpkgs.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user