Whoops, use correct version

This commit is contained in:
Dane Everitt 2020-03-15 17:32:38 -07:00
parent 7719535591
commit af097ccf3e
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,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.7.13/daemon.tar.gz | tar --strip-components=1 -xzv
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.13/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

View File

@ -29,7 +29,7 @@ systemctl stop wings
:::
``` bash
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.7.13/daemon.tar.gz | tar --strip-components=1 -xzv
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.13/daemon.tar.gz | tar --strip-components=1 -xzv
```
Then, update the core dependencies for the Daemon with the following command.

View File

@ -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.7.13/daemon.tar.gz | tar --strip-components=1 -xzv
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.13/daemon.tar.gz | tar --strip-components=1 -xzv
```
## Update Components