Installing GitLab using Raspberry PI 3 with Ubuntu Server
I'm currently trying to install the GitLab CE Version on my Raspberry Pi. I have Ubuntu 18.04 installed on the Raspberry Pi, but I'm unable to install GitLab with sudo apt install gitlab-ce:
sudo apt install -y curl openssh-server ca-certificates
sudo apt install -y postfix
curl -sS | sudo bash
sudo EXTERNAL_URL="" apt install gitlab-ceThe error I get is: Unable to locate package gitlab-ce
I followed the steps:
I'm a complete beginner in Ubuntu.
4 Reset to default