From 05c9c900984933e4e8b7ebee1ad2cb44aeb078d9 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 4 Mar 2025 12:49:10 -0600 Subject: [PATCH] change sudo password --- 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 e590e14..1f74b59 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... - sudo apt install git + echo | sudo -S apt install git else echo git is already installed fi