Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion panel/1.0/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ the release archive for the most recent version of Pterodactyl, save it in the c
unpack the archive into your current folder.

```bash
curl -L https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz | tar -xzv
curl -L https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz | tar -xzv --overwrite
```

Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
Expand Down