浏览代码

Update install.sh

molon 4 年之前
父节点
当前提交
b7f1246499
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -83,7 +83,7 @@ $(awk -F "/" '{print "ifconfig eth0 inet6 add " $5 "/64"}' ${WORKDATA})
 EOF
 }
 echo "installing apps"
-yum -y install gcc net-tools bsdtar zip wget >/dev/null
+yum -y install gcc net-tools bsdtar zip wget make >/dev/null
 
 install_3proxy