From e60d6bb5ca6422bace90a5986daf169cbc6efeaf Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 27 Jan 2025 17:15:16 +0000 Subject: [PATCH] Update sha256sum --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75345e..805da01 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sha256sum calsais And verify that it matches: ```txt -29603a6223d4e2c3aca7c0e106564e2414dc41fa1660c6b54dc4ed2a3c8ba675 +4f7ad0e6371da89b89bef7fc7780c82b8e4fa8b79b1d730252c7bf96b569285e ``` ## Contributing diff --git a/install.sh b/install.sh index 5c7fe08..cb31e37 100755 --- a/install.sh +++ b/install.sh @@ -261,7 +261,7 @@ getThePackages() { printWaitBox curl -LO "https://git.slc.ar/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug shasum="$(sha256sum packages.csv | cut -d' ' -f1)" - if [ ! "$shasum" = "f5ae3e889fff44bc617d14e9ded0d174d856470fe44c42b1fc18f64808e51a04" ]; then + if [ ! "$shasum" = "9ca60f103ebf9162218c1177f2c3eede664f3d7c2013e7efeb122e9b787e5b26" ]; then dialog --yesno "\nThe package checksum verification failed. Do you still want to continue?" 7 39 if [ $? -ne 0 ]; then printAndExit "The package checksum verification failed."