Merge pull request 'Merge unstable with main' (#1) from unstable into main

Reviewed-on: EverestLinux/glacier#1
This commit is contained in:
Liam Waldron 2023-01-27 09:04:57 -05:00
commit 4e84af0217

View File

@ -53,7 +53,7 @@ int_check() {
unpack_pkg() {
printf "$blue[ i ]$reset Unpacking $2.tar.gz...\n"
mkdir $2 && mv $2.tar.gz $2 && cd $2
tar -xf $2.tar.gz
pv $2.tar.gz | tar -xz
if [ "$?" != "0" ]; then
printf "$red[ $error ]$reset Could not unpack $2.tar.gz.\n"
cd .. && rm -rf $2