Skip to content

Commit

Permalink
E: Unable to locate package python3-rpi-lgpio
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed May 25, 2024
1 parent 537835f commit fc41369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion stage-honeypi/01-install-honeypi/00-packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ usb-modeswitch
usb-modeswitch-data
lighttpd
php-cgi
python3-rpi-lgpio
python3-smbus
python3-setuptools
python3-pip
Expand Down
4 changes: 2 additions & 2 deletions stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ chmod -R 775 /home/${FIRST_USER_NAME}/HoneyPi/rpi-scripts
# Set folder permissions
echo 'Setting folder permissions for /home/pi'
run_in_chroot "
sudo chown -R pi:pi /home/pi
sudo chmod -R 755 /home/pi
sudo chown -R pi:pi /home/${FIRST_USER_NAME}
sudo chmod -R 755 /home/${FIRST_USER_NAME}
"

# Create File with version information
Expand Down

0 comments on commit fc41369

Please sign in to comment.