# 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}";