Update to latest release

This commit is contained in:
Dane Everitt 2020-04-25 19:30:55 -07:00
parent e484347a91
commit 5a0c72a87e
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
4 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,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.1/panel.tar.gz
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.2/panel.tar.gz
tar --strip-components=1 -xzvf panel.tar.gz
chmod -R 755 storage/* bootstrap/cache/
```

View File

@ -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.1`. **Do not use this guide for upgrading from `0.7`.**
— for example — `1.0.0-alpha.1` to `1.0.0-beta.2`. **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.1/panel.tar.gz | tar --strip-components=1 -xzv
curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.2/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

View File

@ -116,7 +116,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.1/wings
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.2/wings
```
## Configure Daemon
Once you have installed the daemon and required components, the next step is to create a node on your installed Panel

View File

@ -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.1/wings
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.2/wings
chmod u+x wings
```