From b969c6791630148a3a2269b8283fc4c0a449e3e4 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sat, 3 Sep 2022 14:43:44 -0500 Subject: [PATCH] Changed repo name, fixed links --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d80c2a3..e16d21c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ My goal with this script is to keep it simple, just a single line that gives use ### Installing: #### Via Curl -Run `bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome-sh/main/install.sh)"` to install it. It installs to `~/.welcome/welcome.sh` +Run `bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)"` to install it. It installs to `~/.welcome/welcome.sh` Run it again to uninstall. diff --git a/install.sh b/install.sh index 28c503b..6637ad2 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ then echo "Welcome! Installing..." cd /home/$USER mkdir -p /home/$USER/.welcome - curl -S https://github.com/G2-Games/welcome-sh/releases/download/v$version/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