From 13a8de8b7647d5111210d4cc7a9c4bccb2f5ccec Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sat, 3 Sep 2022 14:27:05 -0500 Subject: [PATCH] Smoothed out the install script more --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cddb714..28c503b 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ then echo "Welcome! Installing..." cd /home/$USER mkdir -p /home/$USER/.welcome - curl -q https://raw.githubusercontent.com/G2-Games/welcome-sh/main/welcome.sh --output /home/$USER/.welcome/welcome.sh + curl -S https://github.com/G2-Games/welcome-sh/releases/download/v$version/welcome.sh --output /home/$USER/.welcome/welcome.sh chmod +x /home/$USER/.welcome/welcome.sh echo 'bash /home/$USER/.welcome/welcome.sh' >> $bashrc tput rc el ed