MoeClub преди 3 години
родител
ревизия
bc1029fc81
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      LinuxInit.sh

+ 1 - 1
LinuxInit.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-apt-get install -y openssl net-tools dnsutils 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
 
 # root
 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;