ich nutze Bookworm und versuche crowdsec zu installieren.
Es scheitert bei :
curl -s https://packagecloud.io/install/reposit ... ipt.deb.sh
Kann ich die Überprüfung problemlos abschalten oder kann es Schwierigkeiten geben?
"You can override the OS detection by setting os= and dist= prior to running this script."
Vg
Code: Alles auswählen
unknown_os ()
{
echo "Unfortunately, your operating system distribution and version are not supported by this script."
echo
echo "You can override the OS detection by setting os= and dist= prior to running this script."
echo "You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version"
echo
echo "For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh"
echo
echo "Please email support@packagecloud.io and let us know if you run into any issues."
exit 1
}