No description
- Shell 100%
| hash.sh | ||
| README.md | ||
| ubuntu_1804.sh | ||
| ubuntu_1804.sh.sha256 | ||
| ubuntu_1804_full.sh | ||
| ubuntu_1804_full.sh.sha256 | ||
| ubuntu_2004.sh | ||
| ubuntu_2004.sh.sha256 | ||
| ubuntu_2004_full.sh | ||
| ubuntu_2004_full.sh.sha256 | ||
| ubuntu_2004_min.sh | ||
| ubuntu_2004_min.sh.sha256 | ||
Ubuntu Installation Cleanup Scripts
Usage
Validate the scripts.
Calculate the sha256 hash for yourself.
Download and execute the script if the hash matches:
curl -sSL https://git.giftfish.de/ston1th/cleanup/raw/branch/master/ubuntu_2004_full.sh >/tmp/cleanup.sh
[ "$(sha256sum /tmp/cleanup.sh|cut -d' ' -f1)" = "fe2827d03ebba6e058ed7b9e56116eef78a45606f2e5f2956b2b2f495f042724" ] && sh /tmp/cleanup.sh || echo "error: cleanup script hash does not match" >&2