Update sha256sum

This commit is contained in:
Santiago Lo Coco 2025-01-27 17:12:00 +00:00
parent f279ca6b87
commit 9ab751016d
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ getThePackages() {
printWaitBox printWaitBox
curl -LO "https://git.slc.ar/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug curl -LO "https://git.slc.ar/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug
shasum="$(sha256sum packages.csv | cut -d' ' -f1)" 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 dialog --yesno "\nThe package checksum verification failed. Do you still want to continue?" 7 39
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
printAndExit "The package checksum verification failed." printAndExit "The package checksum verification failed."