Remove python dependency
This commit is contained in:
@@ -27,7 +27,9 @@ get_pkg() {
|
||||
int_check() {
|
||||
if [ "$GLACIER_DO_INT_CHECK" = "true" ]; then
|
||||
printf "$blue[ i ]$reset Checking package integrity...\n"
|
||||
/usr/bin/glacier-integrity-check
|
||||
mv *.checksum local_sum
|
||||
sha256sum *.tar.gz > pkg_sum
|
||||
/usr/bin/glacier-integrity-check local_sum pkg_sum
|
||||
if [ "$?" != "0" ]; then
|
||||
printf "$red[ $error ]$reset Integrity check failed.\n"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user