update
This commit is contained in:
parent
014262d4b8
commit
56cf7ee440
2
main.sh
2
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 requests --break-system-packages && echo 'yes'
|
||||||
pip install urllib3 --break-system-packages && echo 'yes'
|
pip install urllib3 --break-system-packages && echo 'yes'
|
||||||
pip install 'requests[socks]' --break-system-packages && echo 'yes'
|
pip install 'requests[socks]' --break-system-packages && echo 'yes'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue