From 56cf7ee44051ec4d3b63f64ccae069d99de882e7 Mon Sep 17 00:00:00 2001 From: Stepan Date: Fri, 17 Apr 2026 00:01:16 +0300 Subject: [PATCH] update --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index bfeb390..2aa477a 100644 --- a/main.sh +++ b/main.sh @@ -1,4 +1,4 @@ -sudo apt update && sudo apt install python3-pip +sudo apt update && sudo apt install python3-pip -y 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'