Install Dependencies
Gorp requires the following software packages to work. Refer to your distribution’s package manager for more information how to install.
- curl
- jq
- screen
- wget
Download Gorp
sha256: f22875485f70d01bc5f9ea4b8e659db1d13e5e1b813d0244e910cf217d9dcc25
Install Gorp
With Gorp downloaded, follow these steps to install.
- 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
- Once finished, feel free to remove the downloaded folder and archive:
cd ../ rm ./latest.tar.gz rm -rf ./latest/