updated hash check options

updated hash check options
This commit is contained in:
buildplan
2025-07-03 09:19:44 +01:00
committed by GitHub

View File

@@ -77,6 +77,12 @@ Compare the output hash to the one below. They must match exactly.
`e798fae8512483bfa1e3b26950cc99516c87e43ff95ee0e600c8d71ba8ccde91`
Or echo the hash to check, it should output: `du_setup.sh: OK`
```
echo e798fae8512483bfa1e3b26950cc99516c87e43ff95ee0e600c8d71ba8ccde91 du_setup.sh | sha256sum --check -
```
### 3\. Run the Script
**Interactively (Recommended)**