Merge pull request #427 from alanbjohnston/master-b-w

Update wiringpi to version 3
pull/428/head
Alan Johnston 1 week ago committed by GitHub
commit e96723422b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -404,12 +404,21 @@ fi
sudo systemctl disable gpsd sudo systemctl disable gpsd
sudo systemctl disable gpsd.socket sudo systemctl disable gpsd.socket
if [ ! -d "/home/pi/WiringPi" ]; then #if [ ! -d "/home/pi/WiringPi" ]; then
# cd
# git clone https://github.com/alanbjohnston/WiringPi
# cd WiringPi
# ./build debian
# sudo dpkg -i debian-template/wiringpi-2.61-1.deb
#fi
if [ ! -d "/home/pi/WiringPi3" ]; then
cd cd
git clone https://github.com/alanbjohnston/WiringPi git clone https://github.com/WiringPi/WiringPi.git WiringPi3
cd WiringPi cd WiringPi3
./build debian ./build debian
sudo dpkg -i debian-template/wiringpi-2.61-1.deb mv debian-template/wiringpi*.deb .
sudo apt install ./wiringpi*.deb
fi fi
cd cd

Loading…
Cancel
Save

Powered by TurnKey Linux.