From 3b98628cda3fa6c7b03ecfa8d73a9dffb69aa588 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:05:48 +0100 Subject: [PATCH] hash and version changed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 681dc9e..e81c1d7 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ ----- -**Version:** v0.70.2 +**Version:** v0.71 -**Last Updated:** 2025-10-19 +**Last Updated:** 2025-10-20 **Compatible With:** @@ -83,12 +83,12 @@ sha256sum du_setup.sh Compare the output hash to the one below. They must match exactly. -`e7c2fe1f54dd4a1c8592e3b65950df2c0f2ceb512d6f756a232df06faf1dfe06` +`dfc27413d157a29510f2f516cf594a9940942ec8622d292d94a3936b4490a2a6` Or echo the hash to check, it should output: `du_setup.sh: OK` ```bash -echo e7c2fe1f54dd4a1c8592e3b65950df2c0f2ceb512d6f756a232df06faf1dfe06 du_setup.sh | sha256sum --check +echo dfc27413d157a29510f2f516cf594a9940942ec8622d292d94a3936b4490a2a6 du_setup.sh | sha256sum --check ``` ### 3. Run the Script