initial commit
This commit is contained in:
commit
acde20fb92
8 changed files with 75 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Ubuntu Installation Cleanup Scripts
|
||||
|
||||
## Usage
|
||||
|
||||
Validate the scripts.
|
||||
|
||||
Download and execute the script is 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue