RetroFlag / retroflag-picase

RetroFlag Pi-Case Safe Shutdown
MIT License
713 stars 229 forks source link

problems downloading script, i can't install. #72

Open gorealbis opened 4 years ago

gorealbis commented 4 years ago

I tried to donwload but is impossible, servers are offline???

message:

pi@retropie:~ $ wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag -picase/master/install.sh" | sudo bash --2019-11-13 13:39:14-- https://raw.githubusercontent.com/RetroFlag/retroflag-p icase/master/install.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 82.223.97.47 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|82.223.97.47 |:443... connected. ERROR: The certificate of ‘raw.githubusercontent.com’ is not trusted. ERROR: The certificate of ‘raw.githubusercontent.com’ hasn't got a known issuer. The certificate's owner does not match hostname ‘raw.githubusercontent.com’

fab1o commented 4 years ago

Try --no-check-certificate, example:

wget --no-check-certificate -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install.sh" | sudo bash