From 1188467cd0d72ed43b438ae6bddc8de937801aad Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 3 May 2022 16:54:09 +0000 Subject: [PATCH] Update glacier-cache.sh --- scripts/glacier-cache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/glacier-cache.sh b/scripts/glacier-cache.sh index 0de7220..7a1d2ce 100644 --- a/scripts/glacier-cache.sh +++ b/scripts/glacier-cache.sh @@ -13,8 +13,8 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then fi printf "\033[1;34m [ ? ] \033[m Enter package name: " && read input -printf "\033[1;34m [ i ] \033[m Caching $input.tar.gz... " -printf "Checking world... " && wget https://github.com/everest-linux/glacier-pkgs/raw/main/world/$input.tar.gz +printf "\033[1;34m [ i ] \033[m Caching $input.tar.gz...\n" +printf "Checking world... " && wget https://github.com/everest-linux/glacier-pkgs/raw/main/world/$input.tar.gz -q --show-progress if [ "$?" != "0" ]; then printf "\033[1;31m [ $error ] \033[m Package not found. " 1>&2 exit 1