diff --git a/README.md b/README.md index 805da01..b778d7f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sha256sum calsais And verify that it matches: ```txt -4f7ad0e6371da89b89bef7fc7780c82b8e4fa8b79b1d730252c7bf96b569285e +e368aa7103b75dbeb847e3e600289eca4a2602201be0dede6f86e13f1f4f8147 ``` ## Contributing diff --git a/install.sh b/install.sh index cb31e37..b0b1091 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" = "9ca60f103ebf9162218c1177f2c3eede664f3d7c2013e7efeb122e9b787e5b26" ]; then + if [ ! "$shasum" = "178f69999225239b1b448712c7348b6885d72d0d3523516707f1596ad9b738bc" ]; 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."