ソースを参照

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;