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