feat(脚本): 清理history

This commit is contained in:
mack-a
2024-07-01 16:11:41 +08:00
commit 20ad369717
31 changed files with 19491 additions and 0 deletions
+15
View File
@@ -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
```