wings@1.0.0-beta.7

This commit is contained in:
Dane Everitt 2020-06-29 21:05:18 -07:00
parent 1fa38c0a24
commit 34e43cca50
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,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-beta.6/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.7/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -29,7 +29,7 @@ directory as it is no longer needed.
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-beta.6/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.7/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```