Linux Instructions
Ubuntu / Debian / Debian based distributions
sudo apt update && sudo apt upgrade
sudo apt install curl
curl --versionRed-hat / Fedora / CentOS / Other Red-hat based distributions
yum install curlLast updated
Was this helpful?
The installation script requires curl to be installed, and some Linux distributions ship without it. You can install curl by first running the following lines in the terminal:
sudo apt update && sudo apt upgrade
sudo apt install curl
curl --versionyum install curlAfter installing curl, proceed with the setup directions as normal in "Setup".
SetupLast updated
Was this helpful?
Was this helpful?