Running the Installer Script
To install Clarity Gateway on a 3rd party ARM device, run the following command:
curl https://releases.jcore.io/clarity-gateway/install.sh | bash
On systems that do not have curl
, wget
may be available as an alternative:
wget -qO- https://releases.jcore.io/clarity-gateway/install.sh | bash
The script output may indicate that you need to reboot the target system to finish the installation. In that case, reboot the system and re-run the install script to finish the installation.
Last updated