Linux Instructions
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 --version
yum install curl
After installing curl, proceed with the setup directions as normal in "Setup".
Last modified 3mo ago