Skip to content

Commit

Permalink
#3923 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Oct 24, 2024
1 parent 97c7646 commit 66bf822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@ EOF
if [[ ${pimodel:0:1} == "5" ]]; then
display_msg --log progress "Updating GPIO to lgpio"
activate_python_venv
pip3 install rpi-lgpio 2>&1
pip3 install rpi-lgpio > /dev/null 2>&1
fi

STATUS_VARIABLES+=( "${FUNCNAME[0]}='true'\n" )
Expand Down

0 comments on commit 66bf822

Please sign in to comment.