diff --git a/install.sh b/install.sh index 3b957e2..33a973f 100644 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ rm ./install.log 2>/dev/null 1>&2 echo -n "Cloning libWiringPi ... " rm -Rf ./wiringpi 2>/dev/null 1>&2 -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 check_git_clone #git submodule init #check_git_clone