mvysny / shepherd

Build & run apps automatically
1 stars 0 forks source link

Updating packages via apt: Jenkins fails to update: the public key is not available: NO_PUBKEY 5BA31D57EF5975CA #13

Closed mvysny closed 1 year ago

mvysny commented 1 year ago

Re-running the following commands from https://www.jenkins.io/doc/book/installing/linux/#debianubuntu helped:

curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \
  /usr/share/keyrings/jenkins-keyring.asc > /dev/null
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
  https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
  /etc/apt/sources.list.d/jenkins.list > /dev/null