From 9ab751016dc181f6770d973008423d032f2b357d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 27 Jan 2025 17:12:00 +0000 Subject: [PATCH] Update sha256sum --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 23ab7cb..5c7fe08 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" = "0f10df6a3241d1ee4f36535fb8fafc9d3ae3b38e3712af1b4fcddd9f9b4c5738" ]; then + if [ ! "$shasum" = "f5ae3e889fff44bc617d14e9ded0d174d856470fe44c42b1fc18f64808e51a04" ]; 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."