From 436ee54ba22bfc6afab91a50f95662ece45c9fc5 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 25 Dec 2022 02:42:40 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aef87b..eeb5e6b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # Bombsquad-Ballistica-Modded-Server -Modder server scripts to host ballistica (Bombsquad).Running on BS1.7.10. +Modder server scripts to host ballistica (Bombsquad).Running on BS1.7.17. ## Requirements - Ubuntu 20 and above - python3.10 +- 1 GB free Memory (Recommended 2 GB) ## Getting Started -- `sudo apt update; sudo apt install python3-pip python3.10-dev python3.10-venv` , or [Python3.10 on Ubuntu 20.04](https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/) +- `sudo apt update; sudo apt install software-properties-common -y` +- `sudo add-apt-repository ppa:deadsnakes/ppa` +- `sudo apt install python3-pip python3.10-dev python3.10-venv` , - `tmux new -s 43210` - `git clone https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server` - `cd Bombsquad-Ballistica-Modded-Server`