脚本修改

pull/9/head
陈精华 2019-04-16 14:20:02 +08:00 committed by kl
parent 0968ac774a
commit b625381de3
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ install_ubuntu() {
if [ -f "/etc/redhat-release" ]; then
yum install wget
yum install -y wget
install_redhat
else
apt-get install wget
apt-get install -y wget
install_ubuntu
fi