Update bs_requirements.sh

This commit is contained in:
Sarasayed0118 2024-06-10 02:01:30 +05:30 committed by GitHub
parent 4cb0f3ade6
commit 83f078cd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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