Update glacier-install.sh
This commit is contained in:
parent
1b7f0699e3
commit
5597383b6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user