Skip to content

Commit

Permalink
pyproject.toml: Fix install commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 15, 2024
1 parent 49d226c commit 7598aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ apt_packages = []
configtxt = []
commands = [
"printf \"Setting up i2c..\\n\"",
"raspi-config nonint do_i2c 0"
"sudo raspi-config nonint do_i2c 0"
]

0 comments on commit 7598aad

Please sign in to comment.