From ff73500d4f34398f671ee13da5deb49b9348bd11 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 12 Oct 2020 21:12:41 -0700 Subject: [PATCH] Bump release --- 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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index 50008cf1..6c806bd0 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.0.0/panel.tar.gz +curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.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 67ee199f..a776a148 100644 --- a/panel/1.0/upgrade/0.7_to_1.0.md +++ b/panel/1.0/upgrade/0.7_to_1.0.md @@ -27,7 +27,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.0.0/panel.tar.gz +curl -L -o panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.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 f3ccb2f4..3f5b6a8f 100644 --- a/panel/1.0/upgrade/1.0.md +++ b/panel/1.0/upgrade/1.0.md @@ -29,7 +29,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/v1.0.0/panel.tar.gz | tar -xzv +curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.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