We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a186b9c commit e775bfaCopy full SHA for e775bfa
1 file changed
install.sh
@@ -40,7 +40,7 @@ rm ./install.log 2>/dev/null 1>&2
40
41
echo -n "Cloning libWiringPi ... "
42
rm -Rf ./wiringpi 2>/dev/null 1>&2
43
-git clone https://github.com/nekuz0r/wiringpi.git -b incoming-v2.25 > ./install.log 2>&1
+git clone https://github.com/nekuz0r/wiringpi.git -b 2.25 > ./install.log 2>&1
44
check_git_clone
45
#git submodule init
46
#check_git_clone
0 commit comments