From 7598aada3b1e7c23ff03654635e9dc42af705da9 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 15 Jan 2024 12:57:31 +0000 Subject: [PATCH] pyproject.toml: Fix install commands. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b47a30e..4e5f50e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]