脚本修改

pull/9/head
陈精华 6 years ago committed by kl
parent 0968ac774a
commit b625381de3

@ -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
Loading…
Cancel
Save