diff --git a/glacier-update.sh b/glacier-update.sh index 8f8c584..9e955e2 100644 --- a/glacier-update.sh +++ b/glacier-update.sh @@ -9,7 +9,7 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then fi echo "[ ? ] Enter package name:" && read input -echo "[ i ] Downloading $input.tar.gz..." +echo "[ i ] Updating $input.tar.gz..." wget https://github.com/everest-linux/glacier-pkgs/raw/main/pkgs/$input.tar.gz if [ "$?" != "0" ]; then echo "[ X ] Could not get archive for $input." 1>&2