Update bs_requirements.sh

This commit is contained in:
Vortex 2024-02-26 21:57:41 +05:30 committed by GitHub
parent 83e9e9f7e7
commit 53633fd64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,9 @@ sudo apt-get install libpython3.10 -y
#intall the pip
sudo apt install python3-pip -y
#fix the perms for aws ubuntu
sudo chown -R ubuntu:ubuntu /home/ubuntu/VH-Bombsquad-Modded-Server-Files
#install the pymongo and psutil
pip3 install pymongo --target=/usr/lib/python3.10
pip3 install psutil --target=/usr/lib/python3.10