Read the statement by Michael Teeuw here.
Getting "bash: 404 ::command not found" when attempting to install MM2 software
-
I am a newbie with the RP4 and am attempting to make a Magic Mirror as my first project, so this may seem like a trivial question, but it has stumped me. I have got my RP4 up and running to where I can SSH into it, and also use VNCViewer to see the desktop. To install the Magic Mirror software, I am opening a terminal window from the RP4 desktop and typing the following:
bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”I get the following: bash: 404 ::command not found
I’ve checked over and over for typos in the url, and also copy and pasted directly from the tutorial. I also have made sure that my RP4 is able to connect to the internet through the Chromium browser, and it can. Does this mean I am using the wrong command, or that the website is not responding, or something else? Any and all help is greatly appreciated.
-
@demliag correct. It was removed in 2.11
Use the script from my repo
https://github.com/sdetweil/MagicMirror_scriptsRead the readme for the command to issue
-
Thank you, that worked.