Explorar o código

Update LinuxInit.sh

MoeClub %!s(int64=2) %!d(string=hai) anos
pai
achega
698f19389b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      LinuxInit.sh

+ 2 - 1
LinuxInit.sh

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