Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 192 Bytes

install_tools.md

File metadata and controls

15 lines (13 loc) · 192 Bytes

安装wget、curl

  • Centos
yum update && yum install -y wget curl
  • Debian
apt update && apt install wget curl -y
  • Ubuntu
apt-get update && apt-get install wget -y