Update installer.sh
This commit is contained in:
parent
6dd7cf6ff0
commit
b374818662
1 changed files with 4 additions and 2 deletions
|
|
@ -61,7 +61,8 @@ sudo python3 setup.py build
|
|||
sudo python3 setup.py install
|
||||
|
||||
# Installeren en aanpassen van WiringPi
|
||||
cd /home/pi
|
||||
sudo rm -rf /opt/WiringPi
|
||||
cd /opt
|
||||
git clone https://github.com/WiringPi/WiringPi
|
||||
cd WiringPi
|
||||
sudo rm wiringPi/wiringPiLegacy.c
|
||||
|
|
@ -112,7 +113,8 @@ int piGpioLayoutLegacy(void) {
|
|||
EOL
|
||||
|
||||
# Installeren van WiringPi python
|
||||
cd /home/pi
|
||||
sudo rm -rf /opt/WiringPi-Python
|
||||
cd /opt
|
||||
git clone git clone --recursive https://github.com/WiringPi/WiringPi-Python.git
|
||||
cd WiringPi-Python
|
||||
sudo rm -rf WiringPi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue