Skip to content

Commit

Permalink
HF make clone work
Browse files Browse the repository at this point in the history
  • Loading branch information
scottomatic committed Nov 20, 2023
1 parent 8e49af0 commit 5f98a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "= Adding g++"
echo ""
echo "= Cloning libPCA9685"
# develop branch:
/usr/bin/git clone -b develop git://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685
/usr/bin/git clone -b develop https://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685
# default branch (master):
#/usr/bin/git clone git://github.com/edlins/libPCA9685 /usr/local/src/libPCA9685

Expand Down

0 comments on commit 5f98a02

Please sign in to comment.