From ecfcc4aa0937d9c5d7992c56004626d8725a8ff3 Mon Sep 17 00:00:00 2001 From: Cristian Ponce Date: Thu, 28 Dec 2017 14:27:18 -0800 Subject: [PATCH] checking out specific branch --- app/mirror/installers/raspberry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mirror/installers/raspberry.sh b/app/mirror/installers/raspberry.sh index 3328c96..2dab176 100644 --- a/app/mirror/installers/raspberry.sh +++ b/app/mirror/installers/raspberry.sh @@ -106,7 +106,7 @@ if [ -d "$HOME/ReactiveMirror" ] ; then fi echo -e "\e[96mCloning ReactiveMirror ...\e[90m" -if git clone -b pi-install /~https://github.com/Cristian006/ReactiveMirror.git; then +if git clone /~https://github.com/Cristian006/ReactiveMirror.git -b pi-install; then echo -e "\e[92mCloning ReactiveMirror Done!\e[0m" else echo -e "\e[91mUnable to clone ReactiveMirror."