mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 20:07:06 -06:00
Fix commands
This commit is contained in:
parent
fe4f213691
commit
de5dd1d85e
@ -30,10 +30,10 @@ are not always detected properly, so simply uppacking over this location will re
|
||||
# Delete the app directory to ensure we start with a clean slate here. This will not affect any
|
||||
# of your settings or servers.
|
||||
curl -L -o panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-rc.2/panel.tar.gz
|
||||
rm -f $(find app public resources -d | head -n -1 | grep -Fv "$(tar -tf panel.tar.gz)")
|
||||
rm -rf $(find app public resources -d | head -n -1 | grep -Fv "$(tar -tf panel.tar.gz)")
|
||||
|
||||
# Download the updated files and delete the archive file.
|
||||
tar --strip-components=1 -xzv && rm -rf panel.tar.gz
|
||||
tar --strip-components=1 -xzv panel.tar.gz && rm -rf panel.tar.gz
|
||||
```
|
||||
|
||||
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