Update installer.sh

This commit is contained in:
Blackwhitebear8 2025-03-28 10:44:13 +01:00
parent 146a99d61d
commit 088418f220

View file

@ -53,7 +53,7 @@ cd /opt
sudo git clone https://github.com/DexterInd/RFR_Tools.git
cd RFR_Tools/miscellaneous
sudo apt install python3-periphery
sudo pip3 install smbus-cffi
sudo pip3 install smbus-cffi --break-system-packages
sudo python3 setup.py build
sudo python3 setup.py install