You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## RabbitMQ
log_section_heading "RabbitMQ"
curl -fsSL "${rabbitmq_release_url}" | apt-key add -
#changed
#tee /etc/apt/sources.list.d/bintray.rabbitmq.list <<EOT
## Installs the latest Erlang 22.x release.
## Change component to "erlang-21.x" to install the latest 21.x version.
## "bionic" as distribution name should work for any later Ubuntu or Debian release.
## See the release to distribution mapping table in RabbitMQ doc guides to learn more.
#deb [trusted=yes] https://dl.bintray.com/rabbitmq-erlang/debian ${distro} erlang
#deb [trusted=yes] https://dl.bintray.com/rabbitmq/debian ${distro} main
#EOT
update_apt_pkg
#changed
#check_apt_pkg 'rabbitmq-server' "=${rabbitmq_ver}"
check_apt_pkg 'rabbitmq-server'
enable_service 'rabbitmq-server'
Hi,The RabbitMQ address is invalid, return 403
deb [trusted=yes] https://dl.bintray.com/rabbitmq-erlang/debian ${distro} erlang
deb [trusted=yes] https://dl.bintray.com/rabbitmq/debian ${distro} main
The text was updated successfully, but these errors were encountered: