Read the statement by Michael Teeuw here.
404 Error
-
When trying to install Magic Mirror I get a ‘bash: line 1: 404:: command not found’ error. I used the following link to install Magic Mirror ‘curl -sL https:/raw.githubusercontent.com/michmich/magicmirror/master/installers/raspberry.sh | bash’.
Am I trying to install from the wrong location?
-
@kpenrose47 I don’t know if that’s a copy & paste, but you’re missing a
/
after thehttps:
It should be
https://raw.githubusercontent...
-
@kpenrose47 said in 404 Error:
When trying to install Magic Mirror I get a ‘bash: line 1: 404:: command not found’ error. I used the following link to install Magic Mirror ‘curl -sL https:/raw.githubusercontent.com/michmich/magicmirror/master/installers/raspberry.sh | bash’.
Am I trying to install from the wrong location?
Yeah, I posted that an hour before also - but it was transfered to another thread :/.
As bhepler now suggested: You missed a / in your link. Also the message would explain: As the link is wrong, your curl receive a 404 ERROR, which is piped to “bash” - and bash does not know what the command “404” is :).