This commit is contained in:
Ayush Saini 2023-08-15 22:56:45 +05:30
commit 463c3f9928

View file

@ -1,6 +1,6 @@
# Bombsquad-Ballistica-Modded-Server # Bombsquad-Ballistica-Modded-Server
Modded server scripts to host ballistica (Bombsquad) server. Running on BS1.7.19. Modded server scripts to host ballistica (Bombsquad) server. Running on BS1.7.26
# Prerequisites # Prerequisites
- Basic knowledge of Linux - Basic knowledge of Linux
@ -21,7 +21,7 @@ Add python Deadsnakes PPA
``` ```
sudo add-apt-repository ppa:deadsnakes/ppa sudo add-apt-repository ppa:deadsnakes/ppa
``` ```
Install Python 3.10 Install Python 3.11
``` ```
sudo apt install python3-pip python3.10-dev python3.10-venv sudo apt install python3-pip python3.10-dev python3.10-venv
``` ```