New user here. I'm trying to follow this guide to install CoolerControl to Zorin OS 18 Pro: Debian Based | CoolerControl
This part causes issues for me:
Install prerequisites:
curl -1sLf \
'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.deb.sh' \
| sudo -E bash
Which gives me error:
Checking if upstream install config is OK ...
^^^^: ... Failed to fetch configuration for your OS distribution release/version.
>>>>:
>>>>: It looks like we don't currently support your distribution release and
>>>>: version. This is something that we can fix by adding it to our list of
>>>>: supported versions (see contact us below), or you can manually override
>>>>: the values below to an equivalent distribution that we do support:
>>>>:
>>>>: ... distro=ZorinOS version=18 codename=zorin arch=x86_64
>>>>:
>>>>: You can force this script to use a particular value by specifying distro,
>>>>: version, or codename via environment variable. E.g., to specify a distro
>>>>: such as Ubuntu/Xenial (16.04), use the following:
>>>>:
>>>>: <curl command> | distro=ubuntu version=16.04 codename=xenial sudo -E bash
I tried then running the curl command like so:
curl -1sLf \
'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.deb.sh' \
| distro=ZorinOS version=18 codename=zorin sudo -E bash
But this gave the exact same error. Has anybody else gotten CoolerControl working in Zorin?
I'll try contacting CoolerControl aswell if they have any suggestions.