代码改变世界

Linux: 搭建GitLab

2020-09-07 14:42  huoit  阅读(199)  评论(0编辑  收藏  举报
搭建 #!/bin/sh sudo yum install -y curl policycoreutils-python openssh-server sudo systemctl enable sshd sudo systemctl start sshd sudo firewall-cmd --p