diff --git a/installers/raspberry.sh b/installers/raspberry.sh index 3324679f..4eb6af72 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -126,7 +126,7 @@ if [ -d "$HOME/MagicMirror" ] ; then fi echo -e "\e[96mCloning MagicMirror ...\e[90m" -if git clone -b v2-beta https://github.com/MichMich/MagicMirror.git; then +if git clone https://github.com/MichMich/MagicMirror.git; then echo -e "\e[92mCloning MagicMirror Done!\e[0m" else echo -e "\e[91mUnable to clone MagicMirror."