Wget no longer supported 😠

This commit is contained in:
Price Hiller 2021-12-25 01:46:29 -06:00
parent 385df5d203
commit 8549739695

View File

@ -16,9 +16,5 @@ manually install the following packages:
# Installation
- Curl
```bash
bash -c $(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)
```
- Wget
```bash
bash -c $(wget https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)
bash -c "$(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)"
```