mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
commit
4bf4889a08
@ -101,7 +101,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 https://github.com/MichMich/MagicMirror.git; then
|
if git clone --depth=1 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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user