From 2c39bae04a9a6bc7a7fb25c68b26568f622e02d8 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:44:04 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c954cc6..8e53e36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 - Basic knowledge of Linux @@ -21,7 +21,7 @@ Add python 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 ```