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