verion and checksum update

This commit is contained in:
buildplan 2025-11-17 12:07:40 +00:00
parent 5e26696cd4
commit f6e35b1190

View File

@ -87,12 +87,12 @@ sha256sum du_setup.sh
Compare the output hash to the one below. They must match exactly. Compare the output hash to the one below. They must match exactly.
`9d22dfe8fe4fabda95311fff3831c0c21ea6d0efabc46b2fe78262bd2576c3c1` `c0ba3b6fcb9022895c79f809b6e432fd4446f7464fc090d15d361508e234289e`
Or echo the hash to check, it should output: `du_setup.sh: OK` Or echo the hash to check, it should output: `du_setup.sh: OK`
```bash ```bash
echo 9d22dfe8fe4fabda95311fff3831c0c21ea6d0efabc46b2fe78262bd2576c3c1 du_setup.sh | sha256sum --check echo c0ba3b6fcb9022895c79f809b6e432fd4446f7464fc090d15d361508e234289e du_setup.sh | sha256sum --check
``` ```
### 3. Run the Script ### 3. Run the Script