Revert r4 upgrade (#258)

* Revert r4 upgrade

* Update installing.md

* Update migrating.md
This commit is contained in:
Charles Morgan 2020-09-11 00:40:03 -04:00 committed by GitHub
parent 0460bb26fa
commit e36393b68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ run the commands below which will create the base directory and download the win
``` bash
mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.4/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -13,7 +13,7 @@ run the commands below which will create the base directory and download the win
``` bash
mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.4/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -5,7 +5,7 @@ Upgrading Wings is a painless process and should take less than a minute to comp
First, download the updated wings binary into `/usr/local/bin`.
``` bash
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.4/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```