mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
1-2-3 I declare... another security update. 🚑
This commit is contained in:
parent
a7d13fcf65
commit
69a9508791
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user