diff --git a/README.md b/README.md index 12a988f..7775af8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ----- -**Version:** v0.78 +**Version:** v0.78.1 **Last Updated:** 2025-11-25 @@ -87,12 +87,12 @@ sha256sum du_setup.sh Compare the output hash to the one below. They must match exactly. -`dfc0bba134d1f34c9ccd28d06958a02347924e7a1505bdabfd5f92ca7198907d` +`c43b738b6231ed02427d6c885a9f57d2fd56c4e992ab00ef6a89bd4938caef1a` Or echo the hash to check, it should output: `du_setup.sh: OK` ```bash -echo dfc0bba134d1f34c9ccd28d06958a02347924e7a1505bdabfd5f92ca7198907d du_setup.sh | sha256sum --check +echo c43b738b6231ed02427d6c885a9f57d2fd56c4e992ab00ef6a89bd4938caef1a du_setup.sh | sha256sum --check ``` ### 3. Run the Script