mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
Merge pull request #239 from Sir3lit/patch-3
Remove strip from tar for 1.0.0-beta6
This commit is contained in:
commit
5ccf75d256
@ -90,7 +90,7 @@ allow us to store files as well as keep a speedy cache available to reduce load
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.6/panel.tar.gz
|
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.6/panel.tar.gz
|
||||||
tar --strip-components=1 -xzvf panel.tar.gz
|
tar -xzvf panel.tar.gz
|
||||||
chmod -R 755 storage/* bootstrap/cache/
|
chmod -R 755 storage/* bootstrap/cache/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user