add video folder sym link
This commit is contained in:
parent
5b740f8bf3
commit
023f399f83
@ -65,12 +65,13 @@ 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
|
||||
sudo rm -rf ~/Documents ~/Pictures ~/Downloads ~/Videos
|
||||
|
||||
ln -s "$storagePath/Pictures/" ~/
|
||||
ln -s "$storagePath/Repos/" ~/
|
||||
ln -s "$storagePath/Documents/" ~/
|
||||
ln -s "$storagePath/Downloads/" ~/
|
||||
ln -s "$storagePath/Videos/" ~/
|
||||
|
||||
break
|
||||
elif [ "$storageChoice" = "n" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user