From fc7a0219d0523f8dc9ece129fe04a78e8dd44cac Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 3 May 2020 22:00:47 -0700 Subject: [PATCH] Bump to latest versions --- panel/1.0/getting_started.md | 2 +- panel/1.0/upgrade/1.0.md | 4 ++-- wings/1.0/installing.md | 8 ++++++-- wings/1.0/upgrading.md | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/panel/1.0/getting_started.md b/panel/1.0/getting_started.md index dbaee0cf..b2f2cbdb 100644 --- a/panel/1.0/getting_started.md +++ b/panel/1.0/getting_started.md @@ -89,7 +89,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-beta.2/panel.tar.gz +curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.3/panel.tar.gz tar --strip-components=1 -xzvf panel.tar.gz chmod -R 755 storage/* bootstrap/cache/ ``` diff --git a/panel/1.0/upgrade/1.0.md b/panel/1.0/upgrade/1.0.md index 4420902f..424a094a 100644 --- a/panel/1.0/upgrade/1.0.md +++ b/panel/1.0/upgrade/1.0.md @@ -1,6 +1,6 @@ # Upgrading 1.0 Series This documentation covers the process for upgrading within the `1.0.X` series of releases. This means upgrading from -— for example — `1.0.0-alpha.1` to `1.0.0-beta.2`. **Do not use this guide for upgrading from `0.7`.** +— for example — `1.0.0-alpha.1` to `1.0.0-beta.3`. **Do not use this guide for upgrading from `0.7`.** ::: danger Seriously, **stop** and read this warning. **Do not use this guide to upgrade from the 0.7 series.** You _will_ @@ -14,7 +14,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-beta.2/panel.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.3/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/wings/1.0/installing.md b/wings/1.0/installing.md index c27bd749..03760039 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -9,7 +9,11 @@ to change, important features are missing, and the team has not vetted the perfo security of the software. ::: -This software _requires Pterodactyl 1.0_ in order to run. +::: warning +You should only install Wings if you are running **Pterodactyl 1.0**. Do not install this software +for previous versions of Pterodactyl. If you have no idea what this means, you probably do not need +to be installing this software. +::: ## Supported Systems | Operating System | Version | Supported | Notes | @@ -110,7 +114,7 @@ set when creating the node. The next step is to download the software and unpack the archive. ``` bash -curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.2/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings ``` ## Configure Daemon Once you have installed the daemon and required components, the next step is to create a node on your installed Panel diff --git a/wings/1.0/upgrading.md b/wings/1.0/upgrading.md index 45d6f6d9..f260593a 100644 --- a/wings/1.0/upgrading.md +++ b/wings/1.0/upgrading.md @@ -5,7 +5,7 @@ Upgrading Wings is a painless process and should take less than a minute to comp First, download the updated wings binary into `/srv/wings`. ``` bash -curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.2/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings chmod u+x wings ```