mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Bump daemon versions
This commit is contained in:
parent
6716e71028
commit
2a873f5cbb
@ -118,7 +118,7 @@ set when creating the node.
|
||||
|
||||
The next step is to download the software and unpack the archive.
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.4/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.5/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
|
||||
|
||||
@ -26,7 +26,7 @@ Stop your Daemon process before continuing in order to avoid any issues and ensu
|
||||
:::
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.4/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.5/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.4/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.5/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
## Update Components
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user