centos
更新源:
yum -y upgrade
安装wget:
yum install wget
安装curl:
yum install curl
ubuntu/debian
更新源:
apt-get update
安装wget:
apt-get install wget
安装curl:
apt-get install curl
reboot重启机器
更新源:
yum -y upgrade
安装wget:
yum install wget
安装curl:
yum install curl
更新源:
apt-get update
安装wget:
apt-get install wget
安装curl:
apt-get install curl
reboot重启机器