Update installer.sh
This commit is contained in:
parent
66fa31c73c
commit
6dd7cf6ff0
1 changed files with 2 additions and 2 deletions
|
|
@ -51,12 +51,12 @@ cd /opt/grovepi/Script
|
||||||
sudo bash install.sh
|
sudo bash install.sh
|
||||||
|
|
||||||
# Installeren i2c-tools
|
# Installeren i2c-tools
|
||||||
cd /opt/grovepi/Scripts/i2c-tools-3.1.0
|
cd /opt/grovepi/Script/i2c-tools-3.1.0
|
||||||
sudo make
|
sudo make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# Installeren i2c-tools python
|
# Installeren i2c-tools python
|
||||||
cd /opt/grovepi/Scripts/i2c-tools-3.1.0/py-smbus
|
cd /opt/grovepi/Script/i2c-tools-3.1.0/py-smbus
|
||||||
sudo python3 setup.py build
|
sudo python3 setup.py build
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue