spotify-adblock-linux
spotify-adblock-linux copied to clipboard
scan 10TB /home, just for fun?
Thanks for script
+ works
- scans 2 times full hdd raid, for no any reason
- potential fuckup if file/folder with such name already exists somewhere
How to fix? simple.
- DO NOT SCAN! You download file? Give it a name!
debfile=./spotify.deb
wget -O $debfile http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.84.716.gc5f8b819_amd64.deb
- DO NOT SCAN! You download folder? Give it a name!
spotifyextra=./spotify-adblock.git
git clone https://github.com/abba23/spotify-adblock.git -b main $spotifyextra
cd $spotifyextra
- there is no real reason to use home or Downloads (this folder has different name in other locales) or any other potentialy non existant folder, use cwd (wich is ~/Downloads by default if user run this file directly after download) Just remove:
cd ~
cd ~/Downloads
ahaaha this is funny to read, finally someone notice the joke
you guys are having 10TB of /home, i almost got a mini heartattack, on a serious note i will do as you have instructed.
What the context :
- despite of find the filename by scanning, use direct path instead
- the path using home personal directory is not recommended we can use an public available path like /tmp