Skip to content

Commit

Permalink
changing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian006 committed Dec 28, 2017
1 parent de9d97c commit c9894ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mirror/installers/raspberry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ -d "$HOME/ReactiveMirror" ] ; then
fi

echo -e "\e[96mCloning ReactiveMirror ...\e[90m"
if git clone /~https://github.com/Cristian006/ReactiveMirror.git; then
if git clone pi-install /~https://github.com/Cristian006/ReactiveMirror.git; then
echo -e "\e[92mCloning ReactiveMirror Done!\e[0m"
else
echo -e "\e[91mUnable to clone ReactiveMirror."
Expand Down

0 comments on commit c9894ef

Please sign in to comment.