diff --git a/daemon/installing.md b/daemon/installing.md index 0a313393..c4134a6a 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.11/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/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 e29b664c..281f9f1a 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.11/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/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 3e002cc4..9445b599 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.11/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/daemon.tar.gz | tar --strip-components=1 -xzv ``` ## Update Components diff --git a/panel/getting_started.md b/panel/getting_started.md index c16c1cc3..22338e98 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -85,7 +85,7 @@ and then set the correct permissions on the `storage/` and `bootstrap/cache/` di allow us to store files as well as keep a speedy cache available to reduce load times. ``` bash -curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.12/panel.tar.gz +curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.13/panel.tar.gz tar --strip-components=1 -xzvf panel.tar.gz chmod -R 755 storage/* bootstrap/cache/ ``` diff --git a/panel/upgrade/0.6_to_0.7.md b/panel/upgrade/0.6_to_0.7.md index 2609b247..1af4ca03 100644 --- a/panel/upgrade/0.6_to_0.7.md +++ b/panel/upgrade/0.6_to_0.7.md @@ -7,7 +7,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel directory you are currently in. ``` bash -curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.12/panel.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.13/panel.tar.gz | tar --strip-components=1 -xzv ``` Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid diff --git a/panel/upgrade/0.7.md b/panel/upgrade/0.7.md index c675bea0..58cf5fc4 100644 --- a/panel/upgrade/0.7.md +++ b/panel/upgrade/0.7.md @@ -9,7 +9,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel into your current folder. ``` bash -curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.12/panel.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.13/panel.tar.gz | tar --strip-components=1 -xzv ``` Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid