cloudamqp / amqproxy

An intelligent AMQP proxy, with connection and channel pooling/reusing
https://www.cloudamqp.com
MIT License
350 stars 54 forks source link

Update installation guide #144

Closed melroy89 closed 8 months ago

melroy89 commented 11 months ago

Your current command is: wget -qO- https://packagecloud.io/cloudamqp/amqproxy/gpgkey | sudo apt-key add -

However, this command is deprecated. Do NOT use apt-key anymore. keyrings files should be stored in trusted.gpg.d instead.

carlhoerberg commented 8 months ago

Thank you for reporting, fixed