From 241f5646ee6707f0f1ec70b546b268623472b67b Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Wed, 27 Aug 2025 22:19:49 -0500 Subject: [PATCH] add music folder --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c85daa1..48986af 100644 --- a/install.sh +++ b/install.sh @@ -63,13 +63,14 @@ while true; do if [ "$storageChoice" = "y" ]; then read -p "Specify the path to the external storage device (full path must be used): " storagePath - sudo rm -rf ~/Documents ~/Pictures ~/Downloads ~/Videos + sudo rm -rf ~/Documents ~/Pictures ~/Downloads ~/Videos ~/Music ln -s "$storagePath/Pictures/" ~/ ln -s "$storagePath/Repos/" ~/ ln -s "$storagePath/Documents/" ~/ ln -s "$storagePath/Downloads/" ~/ ln -s "$storagePath/Videos/" ~/ + ln -s "$storagePath/Music/" ~/ break elif [ "$storageChoice" = "n" ]; then