Open tehsunnliu opened 7 months ago
It looks like you forgot the steps to download and import trust for the public key?
sudo install -m 0755 -d /etc/apt/keyrings
curl https://download.gocd.org/GOCD-GPG-KEY.asc | sudo gpg --dearmor -o /etc/apt/keyrings/gocd.gpg
sudo chmod a+r /etc/apt/keyrings/gocd.gpg
Hello, I'm trying to install GoCD on Ubuntu using the APT repository following the instructions here However, I'm getting the following error