From 4f3e825dc58e888a2b9133aa6db70150d1ac13f7 Mon Sep 17 00:00:00 2001 From: Collin Schwantes Date: Tue, 9 Jan 2024 12:18:37 -0600 Subject: [PATCH] using sudo to force install --- sys_deps/sys_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys_deps/sys_deps.sh b/sys_deps/sys_deps.sh index 2cacd21..7583bf7 100644 --- a/sys_deps/sys_deps.sh +++ b/sys_deps/sys_deps.sh @@ -1,4 +1,4 @@ -apt-get update && apt-get install -y --no-install-recommends \ +sudo apt-get update && apt-get install -y --no-install-recommends \ libcurl4-openssl-dev \ libssl-dev \ git-crypt \