From c3f4b30ceb975230e85c82fa3a6429375ce83666 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 8 Nov 2020 17:17:33 -0800 Subject: [PATCH] fastest update in the west --- panel/1.0/getting_started.md | 2 +- panel/1.0/upgrade/0.7_to_1.0.md | 2 +- panel/1.0/upgrade/1.0.md | 2 +- wings/1.0/installing.md | 2 +- wings/1.0/migrating.md | 2 +- wings/1.0/upgrading.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index c7a4a199..f104b88b 100644 --- a/panel/1.0/getting_started.md +++ b/panel/1.0/getting_started.md @@ -84,7 +84,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/v1.1.0/panel.tar.gz +curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.1.1/panel.tar.gz tar -xzvf panel.tar.gz chmod -R 755 storage/* bootstrap/cache/ ``` diff --git a/panel/1.0/upgrade/0.7_to_1.0.md b/panel/1.0/upgrade/0.7_to_1.0.md index fb8bee8f..f0ccc175 100644 --- a/panel/1.0/upgrade/0.7_to_1.0.md +++ b/panel/1.0/upgrade/0.7_to_1.0.md @@ -43,7 +43,7 @@ are not always detected properly, so simply uppacking over this location will re ``` bash # Delete the app directory to ensure we start with a clean slate here. This will not affect any # of your settings or servers. -curl -L -o panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.1.0/panel.tar.gz +curl -L -o panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.1.1/panel.tar.gz rm -rf $(find app public resources -depth | head -n -1 | grep -Fv "$(tar -tf panel.tar.gz)") # Download the updated files and delete the archive file. diff --git a/panel/1.0/upgrade/1.0.md b/panel/1.0/upgrade/1.0.md index 6c7ff4d9..3ddb3a40 100644 --- a/panel/1.0/upgrade/1.0.md +++ b/panel/1.0/upgrade/1.0.md @@ -19,7 +19,7 @@ that will cause Wings to not boot properly if you do not also update Wings. ::: ``` bash -curl -L https://github.com/pterodactyl/panel/releases/download/v1.1.0/panel.tar.gz | tar -xzv +curl -L https://github.com/pterodactyl/panel/releases/download/v1.1.1/panel.tar.gz | tar -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/wings/1.0/installing.md b/wings/1.0/installing.md index 75bcad96..35270b79 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -95,7 +95,7 @@ run the commands below which will create the base directory and download the win ``` bash mkdir -p /etc/pterodactyl -curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.0/wings_linux_amd64 +curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.1/wings_linux_amd64 chmod u+x /usr/local/bin/wings ``` diff --git a/wings/1.0/migrating.md b/wings/1.0/migrating.md index 0a38a670..edf07c9a 100644 --- a/wings/1.0/migrating.md +++ b/wings/1.0/migrating.md @@ -17,7 +17,7 @@ run the commands below which will create the base directory and download the win ``` bash mkdir -p /etc/pterodactyl -curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.0/wings_linux_amd64 +curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.1/wings_linux_amd64 chmod u+x /usr/local/bin/wings ``` diff --git a/wings/1.0/upgrading.md b/wings/1.0/upgrading.md index 1f201227..17837cd9 100644 --- a/wings/1.0/upgrading.md +++ b/wings/1.0/upgrading.md @@ -10,7 +10,7 @@ also up-to-date. ::: ``` bash -curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.0/wings_linux_amd64 +curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.1.1/wings_linux_amd64 chmod u+x /usr/local/bin/wings ```