Hello all,
i’m trying to install Gitlab CE on a Oracle Linux.
I’m following the Download and install GitLab | GitLab guide
but every time i try to do step 2:
- Add the GitLab package repository and install the package
Add the GitLab package repository.
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
I’m getting error 404 Not found has you can see below:
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
Detected operating system as ol/8.
Checking for curl...
Detected curl...
Downloading repository file: https://packages.gitlab.com/install/repositories/gitlab/gitlab-
ce/config_file.repo?os=ol&dist=8&source=script
curl: (22) The requested URL returned error: 404 Not Found
Unable to download repo config from: https://packages.gitlab.com/install/repositories/gitlab/gitlab-
ce/config_file.repo?os=ol&dist=8&source=script
This usually happens if your operating system is not supported by
packagecloud.io, or this script's OS detection failed.
You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website:
https://packages.gitlab.com/docs#os_distro_version
For example, to force CentOS 6: os=el dist=6 ./script.sh
If you are running a supported OS, please email support@packagecloud.io and report this.
I already tried tried to override OS but still same error.
Any ideas on what i may be doing wrong? and possible solucions