From 430d174db20307bbb00176fb6eff168140dcac19 Mon Sep 17 00:00:00 2001 From: Stepan Date: Thu, 16 Apr 2026 23:58:44 +0300 Subject: [PATCH] update --- main.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.sh b/main.sh index e69de29..bfeb390 100644 --- a/main.sh +++ b/main.sh @@ -0,0 +1,5 @@ +sudo apt update && sudo apt install python3-pip +pip install requests --break-system-packages && echo 'yes' +pip install urllib3 --break-system-packages && echo 'yes' +pip install 'requests[socks]' --break-system-packages && echo 'yes' +echo yes \ No newline at end of file