linux-tutorial/codes/linux/ops/soft/git/README.md

15 lines
401 B
Markdown
Raw Normal View History

2019-02-22 17:09:40 +08:00
# 脚本使用说明
## 安装 Git
执行 yum install -y git 即可。
## 安装 Gitlab
使用方法:执行以下任意命令即可执行脚本。
```sh
2019-05-07 11:09:43 +08:00
curl -o- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/git/install-gitlab.sh | bash
wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux/ops/soft/git/install-gitlab.sh | bash
2019-02-22 17:09:40 +08:00
```