Updating¶
- Fetch tags with
1
git fetch --all --tags
- Find the most recent version with
1
git describe --tags --abbrev=0
- Replacing
VERSION
with the version from step 2 (e.g.git checkout tags/v3.1.0
),1
git checkout tags/VERSION
-
1
npm i --production
- Check the releases page for further instructions (large updates may require upgrading tasks)
Info
If you are using the Pterodactyl egg, all you need to do is change the Version
variable and restart your Pterodactyl server. You may still need to perform upgrading tasks. Check the releases page for further instructions
Last update:
September 24, 2021
This website supports keyboard
shortcuts