Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Jun 1, 2023
2 parents ebb9f77 + 91835cf commit 1c197b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# centos7_initialization

![GitHub release](https://img.shields.io/github/release/buyfakett/centos7_initialization.svg?logo=github&style=flat-square) ![GitHub release downloads](https://img.shields.io/github/downloads/buyfakett/centos7_initialization/total?logo=github)![codacy](https://img.shields.io/badge/codacy-S-/total?logo=github)
![GitHub release](https://img.shields.io/github/release/buyfakett/centos7_initialization.svg?logo=github&style=flat-square) ![GitHub release downloads](https://img.shields.io/github/downloads/buyfakett/centos7_initialization/total?logo=github) ![codacy](https://img.shields.io/badge/codacy-S-/total?logo=github)

初始化centos7用的脚本

Expand All @@ -15,7 +15,7 @@ vim 脚本名
```
可以使用以下命令直接执行
```bash
wget https://gitee.com/buyfakett/centos7_initialization/raw/master/initialization.sh && bash initialization.sh
curl -LO "$(curl -sL https://gitee.com/api/v5/repos/buyfakett/centos7_initialization/releases/latest | grep -oE 'https://[^"]+/initialization.sh')" && bash initialization.sh
```

脚本不是很成熟,有bug请及时在github反馈哦~ 或者发作者邮箱:[email protected]
Expand Down

0 comments on commit 1c197b0

Please sign in to comment.