From 60e769ba05a0ade62fc24dbe804ab3539b456eaa Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Thu, 9 May 2024 21:19:03 -0400 Subject: [PATCH] added nfcpy to install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 8e0ba68..0baaaf5 100644 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ sudo apt-get upgrade -y sudo apt-get update sudo apt-get install python3-psycopg2 -y sudo apt-get install python3-fido2 -y +sudo apt-get install python3-nfcpy -y sudo apt-get install screen -y sudo mkdir /user/CNSA @@ -20,6 +21,8 @@ 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 --upgrade fido2 --break-system-packages +pip3 install nfcpy --break-system-packages +pip3 isntall --upgrade nfcpy --break-system-packages sudo apt-get autoremove -y