From f9aae47b92040ad38b4a9485c669900610a0e985 Mon Sep 17 00:00:00 2001 From: buildplan Date: Tue, 26 Aug 2025 21:31:59 +0100 Subject: [PATCH] hash check update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1ebbd0..117256c 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ sha256sum du_setup.sh Compare the output hash to the one below. They must match exactly. -`0fd83600035b4d08ee574235bf95a03fea81e680db0caa5a6d77c6f7f5db203d` +`552a23eb55417266e1b8c048f80b81323630c9dadbacdbf0fb1e3781cb5978b1` Or echo the hash to check, it should output: `du_setup.sh: OK` ``` -echo 0fd83600035b4d08ee574235bf95a03fea81e680db0caa5a6d77c6f7f5db203d du_setup.sh | sha256sum --check - +echo 552a23eb55417266e1b8c048f80b81323630c9dadbacdbf0fb1e3781cb5978b1 du_setup.sh | sha256sum --check - ``` ### 3\. Run the Script