Skip to content

Commit

Permalink
checking out specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian006 committed Dec 28, 2017
1 parent 5a2b5c8 commit ecfcc4a
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 -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."
Expand Down

0 comments on commit ecfcc4a

Please sign in to comment.