remove reference to v2-beta

This commit is contained in:
Michael Teeuw 2016-05-12 12:59:24 +02:00
parent 5e0c0137d3
commit 6abdc4172b

View File

@ -126,7 +126,7 @@ if [ -d "$HOME/MagicMirror" ] ; then
fi fi
echo -e "\e[96mCloning MagicMirror ...\e[90m" 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" echo -e "\e[92mCloning MagicMirror Done!\e[0m"
else else
echo -e "\e[91mUnable to clone MagicMirror." echo -e "\e[91mUnable to clone MagicMirror."