Skip to content

Commit 0d250ef

Browse files
authored
Merge pull request #358 from makermelissa/main
Fix lgpio change directory location
2 parents 48a6ea9 + 6d22b7f commit 0d250ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspi-blinka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def check_and_install_for_pi5(pi_model, user=False):
110110
shell.run_command("unzip lgpio.zip")
111111
if shell.exists("lgpio.zip"):
112112
shell.remove("lgpio.zip")
113-
shell.chdir("lgpio")
113+
shell.chdir("lg")
114114
shell.run_command("make")
115115
shell.run_command("sudo make install")
116116
# Remove setuptools after the build process is complete

0 commit comments

Comments
 (0)