准备
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash
否则会报找不到gitlab-ee
安装
GITLAB_ROOT_PASSWORD="xxx" EXTERNAL_URL="http://xx.example.com" apt install gitlab-ee
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash
否则会报找不到gitlab-ee
GITLAB_ROOT_PASSWORD="xxx" EXTERNAL_URL="http://xx.example.com" apt install gitlab-ee