mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
Update bs_requirements.sh
This commit is contained in:
parent
4cb0f3ade6
commit
83f078cd04
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue