mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Update daemon version
This commit is contained in:
parent
cf036b73da
commit
74149990c6
@ -125,7 +125,7 @@ set when creating the node.
|
|||||||
|
|
||||||
The next step is to download the software and unpack the archive.
|
The next step is to download the software and unpack the archive.
|
||||||
``` bash
|
``` bash
|
||||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.8/daemon.tar.gz | tar --strip-components=1 -xzv
|
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.9/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, we need to install the dependencies that allow the Daemon to run properly. This command will most likely
|
Finally, we need to install the dependencies that allow the Daemon to run properly. This command will most likely
|
||||||
|
|||||||
@ -29,7 +29,7 @@ systemctl stop wings
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.8/daemon.tar.gz | tar --strip-components=1 -xzv
|
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.9/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, update the core dependencies for the Daemon with the following command.
|
Then, update the core dependencies for the Daemon with the following command.
|
||||||
|
|||||||
@ -14,7 +14,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.
|
that, run the command below to pull down the latest files and unpack them in the daemon directory.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.8/daemon.tar.gz | tar --strip-components=1 -xzv
|
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.9/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update Components
|
## Update Components
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user