From 8763b784379032e0e4c174486dd6daab01dd1101 Mon Sep 17 00:00:00 2001 From: Otto Date: Thu, 11 Apr 2024 17:34:49 +0200 Subject: [PATCH] forgot a sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a21baf5..9c49a22 100755 --- a/install.sh +++ b/install.sh @@ -73,7 +73,7 @@ check_requirements() fi echo "Moonraker configuration found at ${MOONRAKER_CONFIG}" - apt install python3-requests + sudo apt install python3-requests } # Step 4: Link extension to Klipper