Skip to content

Commit

Permalink
Update netinst.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
edlins authored May 23, 2018
1 parent 7a6b238 commit d0abff1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0abff1

Please sign in to comment.