Update sha256sum
This commit is contained in:
parent
1ff51955bf
commit
e60d6bb5ca
|
@ -42,7 +42,7 @@ sha256sum calsais
|
||||||
And verify that it matches:
|
And verify that it matches:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
29603a6223d4e2c3aca7c0e106564e2414dc41fa1660c6b54dc4ed2a3c8ba675
|
4f7ad0e6371da89b89bef7fc7780c82b8e4fa8b79b1d730252c7bf96b569285e
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing <a name="contributing"></a>
|
## Contributing <a name="contributing"></a>
|
||||||
|
|
|
@ -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" = "f5ae3e889fff44bc617d14e9ded0d174d856470fe44c42b1fc18f64808e51a04" ]; then
|
if [ ! "$shasum" = "9ca60f103ebf9162218c1177f2c3eede664f3d7c2013e7efeb122e9b787e5b26" ]; 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."
|
||||||
|
|
Loading…
Reference in New Issue