mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-09-02 13:56:37 +00:00
feat(脚本): 清理history
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 安装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
|
||||
```
|
||||
Reference in New Issue
Block a user