浏览代码

Update LinuxInit.sh

MoeClub 3 年之前
父节点
当前提交
483ea247ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LinuxInit.sh

+ 1 - 1
LinuxInit.sh

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