No description
Find a file
2021-12-11 12:04:00 +01:00
hash.sh added ubuntu 18.04 2021-12-10 23:43:21 +01:00
README.md added ubuntu 18.04 2021-12-10 23:43:21 +01:00
ubuntu_1804.sh fix kernel module loading 2021-12-10 23:55:02 +01:00
ubuntu_1804.sh.sha256 fix kernel module loading 2021-12-10 23:55:02 +01:00
ubuntu_1804_full.sh fix kernel module loading 2021-12-10 23:55:02 +01:00
ubuntu_1804_full.sh.sha256 fix kernel module loading 2021-12-10 23:55:02 +01:00
ubuntu_2004.sh initial commit 2021-12-10 23:13:42 +01:00
ubuntu_2004.sh.sha256 added ubuntu 18.04 2021-12-10 23:43:21 +01:00
ubuntu_2004_full.sh initial commit 2021-12-10 23:13:42 +01:00
ubuntu_2004_full.sh.sha256 added ubuntu 18.04 2021-12-10 23:43:21 +01:00
ubuntu_2004_min.sh update for minimal image 2021-12-11 12:04:00 +01:00
ubuntu_2004_min.sh.sha256 update for minimal image 2021-12-11 12:04:00 +01:00

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