mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 00:34:12 -06:00
Update wings version in docs
This commit is contained in:
parent
5bc5f04af9
commit
e4942cc44b
@ -116,7 +116,7 @@ set when creating the node.
|
||||
|
||||
The next step is to download the software and unpack the archive.
|
||||
``` bash
|
||||
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-alpha.2/wings
|
||||
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.1/wings
|
||||
```
|
||||
## Configure Daemon
|
||||
Once you have installed the daemon and required components, the next step is to create a node on your installed Panel
|
||||
@ -136,7 +136,7 @@ chmod u+x wings
|
||||
sudo ./wings
|
||||
```
|
||||
|
||||
You may optionally add the `-debug` flag to run Wings in debug mode.
|
||||
You may optionally add the `--debug` flag to run Wings in debug mode.
|
||||
|
||||
### Daemonizing (using systemd)
|
||||
Running Pterodactyl Daemon in the background is a simple task, just make sure that it runs without errors before doing
|
||||
|
||||
@ -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 `/srv/wings`.
|
||||
|
||||
``` bash
|
||||
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-alpha.2/wings
|
||||
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.1/wings
|
||||
chmod u+x wings
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user