MoeClub 10 месяцев назад
Родитель
Сommit
5965b84ff2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      LinuxInit.sh

+ 1 - 1
LinuxInit.sh

@@ -2,7 +2,7 @@
 
 apt-get install -y openssl net-tools dnsutils psmisc screen nload wget curl lsof p7zip-full python3-pip libffi-dev build-essential
 python3 -m pip install --upgrade --force-reinstall pip
-pip3 install aiohttp aiohttp_socks xmltodict
+pip3 install aiohttp aiohttp_socks xmltodict curl_cffi
 
 # root
 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;