From aaa1c52696de32a9072bd54b65ac9e2aa547a764 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Sat, 19 Jul 2025 17:55:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec90b47..070612a 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ sha256sum du_setup.sh Compare the output hash to the one below. They must match exactly. -`882b87ef9b3f21ed2df0b76c395aa9ed8864f8e1dad3b4bee627c9c9e7f301b0` +`ba58fefc2ed4341a26fb80c2cade3fdcd6c56f708c80c728436e148e3fe99b3f` Or echo the hash to check, it should output: `du_setup.sh: OK` ``` -echo 882b87ef9b3f21ed2df0b76c395aa9ed8864f8e1dad3b4bee627c9c9e7f301b0 du_setup.sh | sha256sum --check - +echo ba58fefc2ed4341a26fb80c2cade3fdcd6c56f708c80c728436e148e3fe99b3f du_setup.sh | sha256sum --check - ``` ### 3\. Run the Script