From 74149990c6c9f3c31e2e8847524a85c5498dc845 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 31 Jan 2019 20:43:39 -0800 Subject: [PATCH] Update daemon version --- daemon/installing.md | 2 +- daemon/upgrade/0.5_to_0.6.md | 2 +- daemon/upgrade/0.6.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/installing.md b/daemon/installing.md index ff59f488..aad5b126 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -125,7 +125,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.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 diff --git a/daemon/upgrade/0.5_to_0.6.md b/daemon/upgrade/0.5_to_0.6.md index 29d50cd7..982a97af 100644 --- a/daemon/upgrade/0.5_to_0.6.md +++ b/daemon/upgrade/0.5_to_0.6.md @@ -29,7 +29,7 @@ systemctl stop wings ::: ``` 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. diff --git a/daemon/upgrade/0.6.md b/daemon/upgrade/0.6.md index f655aadd..e486c5f0 100644 --- a/daemon/upgrade/0.6.md +++ b/daemon/upgrade/0.6.md @@ -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.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