mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Changed repo name, fixed links
This commit is contained in:
parent
a486bd04ef
commit
b969c67916
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue