1-2-3 I declare... another security update. 🚑

This commit is contained in:
Dane Everitt 2021-01-09 17:56:56 -08:00
parent a7d13fcf65
commit 69a9508791
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 5 additions and 5 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.2.2/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -4,7 +4,7 @@ This guide is for people looking to migrate from the old Node.JS daemon to Wings
a new node.
::: danger Panel Version Requirement
You **must** be running version 1.0.0 of Pterodactyl Panel in order to use Wings.
You **must** be running Pterodactyl Panel 1.X in order to use Wings.
:::
You'll have a brief offline period as you perform this process, however no running game processes
@ -17,7 +17,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.2.2/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -5,11 +5,11 @@ 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`.
::: warning
`Wings@1.2.0` requires `Panel@1.2.0` in order to run properly.
`Wings@1.2` requires `Panel@1.2` in order to run properly.
:::
``` bash
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.2/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.3/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```