Selaa lähdekoodia

Update LinuxInit.sh

MoeClub 3 vuotta sitten
vanhempi
sitoutus
5a06d83a5a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      LinuxInit.sh

+ 1 - 1
LinuxInit.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-apt-get install -y openssl net-tools dnsutils nload curl lsof
+apt-get install -y openssl net-tools dnsutils nload curl lsof p7zip-full python3-pip
 
 # root
 sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;