From e5ce4e5b3bd348e3f862f27cd8c257642efcfd23 Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Mon, 6 May 2024 23:56:05 -0400 Subject: [PATCH] added sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 376f9f5..74f790b 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ JOB="@reboot /bin/sh /startup.sh" # Check if the job is already in the crontab and add it if it's not ( crontab -l | grep -F "$JOB" || echo "$JOB" ) | crontab - -git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /CNSA/CNSA-276-FP/ +sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /CNSA/CNSA-276-FP/ sudo chmod 777 /CNSA/CNSA-276-FP/startup.sh