mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Removed wget support, too hard to maintain
This commit is contained in:
parent
e072e7c7fc
commit
49563932e0
1 changed files with 0 additions and 9 deletions
|
@ -31,15 +31,6 @@ bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/in
|
||||||
```
|
```
|
||||||
zsh -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)"
|
zsh -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)"
|
||||||
```
|
```
|
||||||
#### Or wget
|
|
||||||
<sub>Bash:</sub>
|
|
||||||
```
|
|
||||||
bash -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh -O -)"
|
|
||||||
```
|
|
||||||
<sub>Zsh:</sub>
|
|
||||||
```
|
|
||||||
zsh -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh -O -)"
|
|
||||||
```
|
|
||||||
|
|
||||||
It installs to `~/.welcome/welcome.sh`, and adds a line to the bottom of `~/.bashrc` or `~/.zshrc`
|
It installs to `~/.welcome/welcome.sh`, and adds a line to the bottom of `~/.bashrc` or `~/.zshrc`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue