AnLinux-App
AnLinux-App copied to clipboard
Cannot setup desktop environment due to certificate error
I have installed Ubuntu through the dashboard. However when I go to install a window manager, I get this error.
ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US’: Unable to locally verify the issuer's authority. To connect to raw.githubusercontent.com insecurely, use
--no-check-certificate'.`
Also I found the same. Here the possible solutions:
- Add the --no-check-certificate as mentioned by wget (DO NOT USE THAT FOR SECURITY ISSUES).
- Updating certificates/Reinstalling certificates (so far did not work with me).
- Download the script from a browser and paste and execute.
- Install curl and use this instead of wget (I used this option).
More details on the method number 4: apt-get install curl curl "link_of_the_script_for_your_desktop_environment" > script bash script