I'm currently getting this when trying to install Lit:
0.51s$ curl -L
https://github.com/luvit/lit/raw/master/get-lit.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 127 100 127 0 0 1748 0 --:--:-- --:--:-- --:--:-- 4535
100 494 100 494 0 0 4710 0 --:--:-- --:--:-- --:--:-- 4710
Downloading
https://github.com/luvit/luvi/releases/download/v2.7.4/luvi-regular-Linux_x86_64 to luvi
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 598 0 598 0 0 15677 0 --:--:-- --:--:-- --:--:-- 17085
100 4261k 100 4261k 0 0 20.0M 0 --:--:-- --:--:-- --:--:-- 90.4M
Downloading
https://lit.luvit.io/packages/luvit/lit/v3.4.4.zip to lit.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here:
http://curl.haxx.se/docs/sslcerts.htmlcurl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.