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 \