This is step-by-step guide for update current release for new one:
Navigate to the root directory where
release-installer.jar
is located:Change to the directory containing the
release-installer.jar
file.
Ensure your directory tree looks like this:
../ ├─ release-installer.jar ├─ release.zip ├─ current/ └─ archive/ (not important)
Replace the old
release.zip
with the new one:Remove the existing
release.zip
file and replace it with the new version of the ZIP file.
Run the installation/update process using a simple command:
Execute the commands
sudo chmod +x release-installer.jar
andsudo java -jar release-installer.jar
to start the installation or update process of the new release from the ZIP file.If there are a few ZIP files next to Installer then you need to define which one exactly i’d like to install
sudo java -jar release-installer.jar release_file_name.zip