From 00d62ef7e4f04e21b849496a0376dc74c7c1e762 Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Thu, 9 May 2024 19:39:40 -0400 Subject: [PATCH] script change --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6d44afc..8e0ba68 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ sudo apt-get install screen -y sudo mkdir /user/CNSA -# Define your job +# Define crontab job JOB="@reboot /bin/sh /user/CNSA/CNSA-276-FP/startup.sh" # Check if the job is already in the crontab and add it if it's not @@ -19,7 +19,6 @@ sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /user/CNSA/ sudo chmod 777 /user/CNSA/CNSA-276-FP/startup.sh -#pip3 install fido2 --break-system-packages pip3 install --upgrade fido2 --break-system-packages sudo apt-get autoremove -y