Update Dependencies
Gorp requires the following software packages to work. Refer to your distribution’s package manager for more information how to update.
Chances are you are fine to not update these, however it’s good security hygiene to keep core software updated. Additionally, Gorp is always developed and tested with the newest version of these (on Fedora).
- curl
- jq
- screen
- wget
Download Gorp
sha256: f928e838f36231f34bf0df09cb025159c6895f8f6b1c6320b8393d7c550aede7
Update Gorp
With Gorp downloaded, follow these steps to update.
- Extract the archive: tar -xf ./latest.tar.gz
- Got into the extracted folder: cd ./latest/
- Make the installer executable: chmod +x ./install.sh
- Run the installer: ./install.sh
- The installer will detect your existing installation. Answer y when prompted to update.
- Once finished, feel free to remove the downloaded folder and archive:
cd ../ rm ./latest.tar.gz rm -rf ./latest/