From d66118bf76c928c6043059ab9093c1af71060135 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 4 Mar 2025 12:39:33 -0600 Subject: [PATCH] add sudo to git install --- server-properties/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-properties/start.sh b/server-properties/start.sh index 77f8f0b..e590e14 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -11,7 +11,7 @@ export git=$(which git) if [ -z $git ] then eco installing git... - apt install git + sudo apt install git else echo git is already installed fi