Merge branch 'public-server' of https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server into public-server
Some checks failed
CI / run_server_binary (push) Has been cancelled

This commit is contained in:
Ayush Saini 2025-09-07 16:41:35 +05:30
commit dd4dfed507

View file

@ -26,9 +26,9 @@ Add python Deadsnakes PPA
```
sudo add-apt-repository ppa:deadsnakes/ppa
```
Install Python 3.12
Install Python 3.13
```
sudo apt install python3-pip python3.12-dev python3.12-venv
sudo apt install python3.13 python3.13-dev python3.13-venv python3-pip -y
```
Update installed and existing packages
```