mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Update versions
This commit is contained in:
parent
cd2ab5ba97
commit
933e607a93
@ -125,7 +125,7 @@ set when creating the node.
|
||||
|
||||
The next step is to download the software and unpack the archive.
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.11/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Finally, we need to install the dependencies that allow the Daemon to run properly. This command will most likely
|
||||
|
||||
@ -29,7 +29,7 @@ systemctl stop wings
|
||||
:::
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.11/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
Then, update the core dependencies for the Daemon with the following command.
|
||||
|
||||
@ -14,7 +14,7 @@ First, ensure you're in the Daemon directory, `/srv/daemon`, before continuing t
|
||||
that, run the command below to pull down the latest files and unpack them in the daemon directory.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.11/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.12/daemon.tar.gz | tar --strip-components=1 -xzv
|
||||
```
|
||||
|
||||
## Update Components
|
||||
|
||||
@ -85,7 +85,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/v0.7.12/panel.tar.gz
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.13/panel.tar.gz
|
||||
tar --strip-components=1 -xzvf panel.tar.gz
|
||||
chmod -R 755 storage/* bootstrap/cache/
|
||||
```
|
||||
|
||||
@ -7,7 +7,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
|
||||
directory you are currently in.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.12/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.13/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
|
||||
|
||||
@ -9,7 +9,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/v0.7.12/panel.tar.gz | tar --strip-components=1 -xzv
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.13/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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user