Smoothed out the install script more

This commit is contained in:
G2-Games 2022-09-03 14:27:05 -05:00
parent 477862fc0e
commit 13a8de8b76

View file

@ -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