fastest update in the west

This commit is contained in:
Dane Everitt 2020-11-08 17:17:33 -08:00
parent 670253bc85
commit c3f4b30ceb
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
6 changed files with 6 additions and 6 deletions

View File

@ -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. allow us to store files as well as keep a speedy cache available to reduce load times.
``` bash ``` 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 tar -xzvf panel.tar.gz
chmod -R 755 storage/* bootstrap/cache/ chmod -R 755 storage/* bootstrap/cache/
``` ```

View File

@ -43,7 +43,7 @@ are not always detected properly, so simply uppacking over this location will re
``` bash ``` bash
# Delete the app directory to ensure we start with a clean slate here. This will not affect any # Delete the app directory to ensure we start with a clean slate here. This will not affect any
# of your settings or servers. # 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)") 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. # Download the updated files and delete the archive file.

View File

@ -19,7 +19,7 @@ that will cause Wings to not boot properly if you do not also update Wings.
::: :::
``` bash ``` 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 Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid

View File

@ -95,7 +95,7 @@ run the commands below which will create the base directory and download the win
``` bash ``` bash
mkdir -p /etc/pterodactyl 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 chmod u+x /usr/local/bin/wings
``` ```

View File

@ -17,7 +17,7 @@ run the commands below which will create the base directory and download the win
``` bash ``` bash
mkdir -p /etc/pterodactyl 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 chmod u+x /usr/local/bin/wings
``` ```

View File

@ -10,7 +10,7 @@ also up-to-date.
::: :::
``` bash ``` 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 chmod u+x /usr/local/bin/wings
``` ```