From 84860d23f86bdc5e0831682bfc436605895b9ce7 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 17 Dec 2023 20:10:47 +0100 Subject: [PATCH] Remove yt-dlp-drop-in --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index d2eb7606..79e55bc4 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -124,7 +124,7 @@ for choice in $choices; do echo "gimp" >> "$setupdir/selectedpkgs.txt" ;; 31) - printf '%s\n' 'yt-dlp' 'yt-dlp-drop-in' >>"$setupdir/aurselectedpkgs.txt" + printf '%s\n' 'yt-dlp' >>"$setupdir/aurselectedpkgs.txt" ;; 32) echo "megatools-bin" >>"$setupdir/aurselectedpkgs.txt"