Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion raspi-blinka.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def check_and_install_for_pi5(pi_model, user=False):
shell.run_command("unzip lgpio.zip")
if shell.exists("lgpio.zip"):
shell.remove("lgpio.zip")
shell.chdir("lgpio")
shell.chdir("lg")
shell.run_command("make")
shell.run_command("sudo make install")
# Remove setuptools after the build process is complete
Expand Down