소스 검색

Update LinuxInit.sh

MoeClub 3 년 전
부모
커밋
5a06d83a5a
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 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;