From d0abff1402a5b999f45c91d8c0da0c3b06c45236 Mon Sep 17 00:00:00 2001 From: Scott Edlin Date: Wed, 23 May 2018 16:10:15 -0600 Subject: [PATCH] Update netinst.sh --- netinst.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netinst.sh b/netinst.sh index 7b45055..85356d8 100644 --- a/netinst.sh +++ b/netinst.sh @@ -29,7 +29,10 @@ echo "= Adding g++" # download libPCA9685 echo "" echo "= Cloning libPCA9685" -/usr/bin/git clone git://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685 +# develop branch: +/usr/bin/git clone -b develop git://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685 +# default branch (master): +#/usr/bin/git clone git://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685 # build and install libPCA9685 cd /usr/local/src/libPCA9685