Dateiansicht:
Datei: | Projekte -> Ubuntu,btrfs,apt:Löschen alter Snapshots -> INSTALL |
---|---|
md5: | 809b18fce5660ec1f086b2eb3d63be75 |
sha1: | c5bf735ebc4e0601fdf4cb04c173f923a5a1a712 |
Download-Link: | Download |
- # copy & paste this in a terminal or download and run `. INSTALL` ([dot-char] [blank-char] INSTALL) in a shell
- olddir=$(pwd);
- cd ~;
- if [ ! -d ~/bin ]; then mkdir bin; fi
- cd ~/bin;
- wget -O "delete-apt-snaphots.sh" "https://code.fastix.org/showFile.php?file=Projekte/Ubuntu,btrfs,apt:L%C3%B6schen%20alter%20Snapshots/delete-apt-snaphots.sh&download=1";
- chmod 755 delete-apt-snaphots.sh
- cd "${olddir}";