From 81e10007168db13436d8538969d1805a489cdcbe Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 29 Sep 2018 15:33:51 -0700 Subject: [PATCH] release --- 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 8ac0c639..d3b85819 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -123,7 +123,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.6/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.7/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 ac208c15..e45a4caa 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.6/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.7/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 2b959562..c06787cb 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.6/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.7/daemon.tar.gz | tar --strip-components=1 -xzv ``` ## Update Components