From 86419953d3bbcf38396c8c7a3edfbe4591195d8d Mon Sep 17 00:00:00 2001 From: James Munns Date: Tue, 15 Aug 2023 12:21:42 -0500 Subject: [PATCH] Add sudo --- scripts/install-ci-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-ci-deps.sh b/scripts/install-ci-deps.sh index 8189dc79..e9244678 100755 --- a/scripts/install-ci-deps.sh +++ b/scripts/install-ci-deps.sh @@ -6,7 +6,7 @@ set -euxo pipefail mkdir -p ./target # Install libudev -sudo apt-get update && sudo apt-get install -y libudev-dev +apt-get update && apt-get install -y libudev-dev # Install Oranda curl \