Update glacier-install.sh

This commit is contained in:
everest 2022-03-16 23:22:21 +00:00 committed by GitHub
parent 1f76be2199
commit 002ad51ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ if [ "$?" != "0" ]; then
echo "[ X ] Could not unpack $input.tar.gz" 1>&2 echo "[ X ] Could not unpack $input.tar.gz" 1>&2
exit 1 exit 1
fi fi
cd $input
chmod +x INSTALL.sh chmod +x INSTALL.sh
./INSTALL.sh # Actually executes installation script ./INSTALL.sh # Actually executes installation script
echo "[ i ] Cleaning up..." # Status message echo "[ i ] Cleaning up..." # Status message