Install a Morio Client

The fast way

To install a Morio client run this with sudo rights:

curl -fsSL https://install.morio.it/client/stable/install.sh | bash
The smart way

1. Download the install script

curl -o install.sh https://install.morio.it/client/stable/install.sh

2. Verify the checksum

sha256sum -c <(curl -fsSL https://install.morio.it/client/stable/install.sha256)

3. Review the install script

Assure yourself that the script does what you expect it to do.

4. Run the script

./install.sh

Note: You need sudo rights to run the install script.

This uses the stable channel
For more details, refer to the Morio client installation guide.