From bf5338b7c1447281dd7610886483c89447e719d4 Mon Sep 17 00:00:00 2001 From: buildplan Date: Tue, 26 Aug 2025 14:09:54 +0100 Subject: [PATCH] version bump --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7acd8f..a6036ed 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. -`3d40a44dbd1d6d777a75e0a0c920818a5ed85b8a68db55c1ec322b92df15ab33` +`dccfec8e19289b957222d8b4d8ec7e2791c6e14a8b8c294059b38fd7f071b979` Or echo the hash to check, it should output: `du_setup.sh: OK` ``` -echo 3d40a44dbd1d6d777a75e0a0c920818a5ed85b8a68db55c1ec322b92df15ab33 du_setup.sh | sha256sum --check - +echo dccfec8e19289b957222d8b4d8ec7e2791c6e14a8b8c294059b38fd7f071b979 du_setup.sh | sha256sum --check - ``` ### 3\. Run the Script