v2ray-agent/documents/install_tools.md

15 lines
192 B
Markdown
Raw Normal View History

2024-07-01 08:11:41 +00:00
# 安装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
```