mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
This reverts commit e69528659a2f824bc0649e52a00f69f3b8c64e45.
This commit is contained in:
parent
55b0f77859
commit
9d1faf28fb
@ -102,28 +102,12 @@ GRUB_CMDLINE_LINUX_DEFAULT="swapaccount=1"
|
|||||||
The first step for installing Wings is to make sure we have the required directory structure setup. To do so,
|
The first step for installing Wings is to make sure we have the required directory structure setup. To do so,
|
||||||
run the commands below which will create the base directory and download the wings executable.
|
run the commands below which will create the base directory and download the wings executable.
|
||||||
|
|
||||||
:::: tabs
|
```bash
|
||||||
::: tab "Normal Install"
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
mkdir -p /etc/pterodactyl
|
mkdir -p /etc/pterodactyl
|
||||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64
|
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64
|
||||||
chmod u+x /usr/local/bin/wings
|
chmod u+x /usr/local/bin/wings
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
|
||||||
::: tab "ARM64 Install"
|
|
||||||
If you are using an AArch64/ARM64 CPU, download the ARM64 Wings executable instead by running these commands. Be aware that you will need Docker Images built for ARM64, or your servers will not work.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
mkdir -p /etc/pterodactyl
|
|
||||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_arm64
|
|
||||||
chmod u+x /usr/local/bin/wings
|
|
||||||
```
|
|
||||||
|
|
||||||
:::
|
|
||||||
::::
|
|
||||||
|
|
||||||
::: warning OVH/SYS Servers
|
::: warning OVH/SYS Servers
|
||||||
If you are using a server provided by OVH or SoYouStart please be aware that your main drive space is probably allocated to
|
If you are using a server provided by OVH or SoYouStart please be aware that your main drive space is probably allocated to
|
||||||
`/home`, and not `/` by default. Please consider using `/home/daemon-data` for server data. This can be easily
|
`/home`, and not `/` by default. Please consider using `/home/daemon-data` for server data. This can be easily
|
||||||
|
|||||||
@ -17,26 +17,11 @@ most cases your base Wings version should match that of your Panel.
|
|||||||
## Download Updated Binary
|
## Download Updated Binary
|
||||||
First, download the updated wings binary into `/usr/local/bin`.
|
First, download the updated wings binary into `/usr/local/bin`.
|
||||||
|
|
||||||
:::: tabs
|
|
||||||
::: tab "Normal Upgrade"
|
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64
|
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64
|
||||||
chmod u+x /usr/local/bin/wings
|
chmod u+x /usr/local/bin/wings
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
|
||||||
::: tab "ARM64 Upgrade"
|
|
||||||
When using an AArch64/ARM64 CPU, download the ARM64 Wings executable with the commands below.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_arm64
|
|
||||||
chmod u+x /usr/local/bin/wings
|
|
||||||
```
|
|
||||||
|
|
||||||
:::
|
|
||||||
::::
|
|
||||||
|
|
||||||
## Restart Process
|
## Restart Process
|
||||||
Finally, restart the wings process. Your running servers will not be affected and any open
|
Finally, restart the wings process. Your running servers will not be affected and any open
|
||||||
connections to the instance will re-connect automatically.
|
connections to the instance will re-connect automatically.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user