Debian – Cannot install cf-cli with package manager
I have a build process that install cf-cli using package manager (https://docs.cloudfoundry.org/cf-cli/install-go-cli.html#pkg) and it worked until recently failing with an error: curl -fLsS https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o cli.cloudfoundry.org.gpg sudo install -D -o root -g root -m 644 cli.cloudfoundry.org.gpg /etc/apt/keyrings/cli.cloudfoundry.org.gpg…