From 5597383b6cd64dd2fe118ec4c8c9511b0da6cb55 Mon Sep 17 00:00:00 2001 From: everest Date: Mon, 28 Mar 2022 21:03:37 +0000 Subject: [PATCH] Update glacier-install.sh --- glacier-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glacier-install.sh b/glacier-install.sh index 3963548..7aff92b 100644 --- a/glacier-install.sh +++ b/glacier-install.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 ] Installing $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