From c1eb24b93e865380d932f99e89a2ff3cd65574fe Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 25 Nov 2023 15:07:40 +0100 Subject: [PATCH] Add kid3 as option --- arch-setup/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 25070b21..306d9c67 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -92,6 +92,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on" 40 "Handbrake" off 41 "Audacity" off 42 "k3b" off + 43 "kid3" off 60 "Discord" on 61 "Element" off 62 "Telegram" off @@ -137,6 +138,9 @@ for choice in $choices; do 42) printf '%s\n' 'k3b' 'cdparanoia' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'emovix' 'transcode' 'vcdimager' >>"$setupdir/selectedpkgs.txt" ;; + 43) + echo "kid3" >>"$setupdir/selectedpkgs.txt" + ;; 60) echo "discord" >>"$setupdir/selectedpkgs.txt" ;;