Skip to content

Commit d6b8388

Browse files
authored
Update fpp_install.sh to use python3-rpi-lgpio
Since this is already part of the FPP install, use the python3-rpi-lgpio instead of python3-rpi.gpio
1 parent c1c42d6 commit d6b8388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fpp_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ echo -e "\nInstalling python3-smbus..."
77
sudo apt-get install -y python3-smbus
88

99
if test -f /boot/config.txt; then
10-
echo -e "\nInstalling RPi.GPIO..."
11-
sudo apt-get install -y python3-rpi.gpio
10+
echo -e "\nInstalling python3-rpi-lgpio..."
11+
sudo apt-get install -y python3-rpi-lgpio
1212
fi
1313

1414
echo -e "\nRestarting FPP..."

0 commit comments

Comments
 (0)