If you got “Unable to locate package gitlab-ee” error message, as displayed on the screenshot below
Make the following two commands:
Note: Don’t forget to change the domain.
- curl -L -o gitlab-ee_13.0.6.deb https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/buster/gitlab-ee_13.0.6-ee.0_amd64.deb/download.deb
- sudo EXTERNAL_URL=”http://gitlab.mcnz.com" apt install ./gitlab-ee_13.0.6.deb