mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 20:07:06 -06:00
Bump versions on old daemon
This commit is contained in:
parent
74149990c6
commit
f445184b67
@ -27,7 +27,7 @@ guide your Daemon is most likely located in `/srv/daemon`. Then, download and un
|
||||
command below.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.5.6/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.5.7/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Then, update the core dependencies for the Daemon with the following command.
|
||||
|
||||
@ -10,7 +10,7 @@ First, ensure you're in the Daemon directory, `/srv/daemon`, before continuing t
|
||||
that, run the command below to pull down the latest files and unpack them in the daemon directory.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.5.6/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.5.7/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
## Update Components
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user