Skip to content

Instantly share code, notes, and snippets.

@dimmduh
Created February 6, 2018 03:30
Show Gist options
  • Save dimmduh/387936666453e454a6f727810701af42 to your computer and use it in GitHub Desktop.
Save dimmduh/387936666453e454a6f727810701af42 to your computer and use it in GitHub Desktop.
How to update gitlab - ubuntu 16 - whne package 'gitlab-ce' has no installation candidate
copy text from
https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/config_file.list?os=Ubuntu&dist=xenial&source=script
put to
nano /etc/apt/sources.list.d/gitlab_gitlab-ce.list
update
gitlab-rake gitlab:backup:create STRATEGY=copy
apt-get update && sudo apt-get install gitlab-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment