update version v0.65

This commit is contained in:
buildplan
2025-08-19 20:41:23 +01:00
parent 58cd6e56db
commit b5b316863c

View File

@@ -7,9 +7,9 @@
[![Shell](https://img.shields.io/badge/Shell-Bash%204.4%2B-green)](https://www.gnu.org/software/bash/)
[![Type](https://img.shields.io/badge/Type-Setup%20%26%20Hardening-blue)](https://github.com/buildplan/du_setup)
**Version:** v0.64
**Version:** v0.65
**Last Updated:** 2025-08-15
**Last Updated:** 2025-08-19
**Compatible With:**
@@ -83,12 +83,12 @@ sha256sum du_setup.sh
Compare the output hash to the one below. They must match exactly.
`39dfc5716377b3468ecacd9f7a557fedca0397720c3652e5b14d8788241df789`
`5b6b07eaa69643d2928d9bdcb847d74ac8d4a31d80be64b5b43efc33f10a9567`
Or echo the hash to check, it should output: `du_setup.sh: OK`
```
echo 39dfc5716377b3468ecacd9f7a557fedca0397720c3652e5b14d8788241df789 du_setup.sh | sha256sum --check -
echo 5b6b07eaa69643d2928d9bdcb847d74ac8d4a31d80be64b5b43efc33f10a9567 du_setup.sh | sha256sum --check -
```
### 3\. Run the Script