Debian Stretch install-cc troubleshoooting
Had a few problems installing CC via the install-cc script on Debian Stretch.
First, you may get;
ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.
To fix this, run;
apt-get install ca-certificates
Next, I got a lot of errors that all revolved around php5 after running the install-cc script. E.g. E: Package 'php5-mysql' has no installation candidate.
To fix this, you need to install lsb-release;
apt-get install lsb-release
Your script should then run without errors.
-
Official comment
Hi Jared,
Really appreciate for sharing this. I'll make sure the fixes go into the installer script.
Regards,
AshrafComment actions
Please sign in to leave a comment.
Comments
1 comment