From a0a01587edcab781c5ba5e963cc16c69d20d3a6a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:48:28 +1000 Subject: [PATCH] Update with non cloudsmith mirror --- install/rabbitmq-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/rabbitmq-install.sh b/install/rabbitmq-install.sh index cbcb4fc8e..aef4a60ba 100644 --- a/install/rabbitmq-install.sh +++ b/install/rabbitmq-install.sh @@ -29,12 +29,17 @@ $STD apt-get install -y \ msg_ok "Installed Dependencies" msg_info "Adding RabbitMQ signing key" +echo "deb https://packages.erlang-solutions.com/ubuntu bookworm contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list +wget -qO- https://packages.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add - + wget -qO- "https://keys.openpgp.org/vks/v1/by-fingerprint/0A9AF2115F4687BD29803A206B73A36E6026DFCA" | gpg --dearmor >/usr/share/keyrings/com.rabbitmq.team.gpg wget -qO- "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key" | gpg --dearmor >/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg wget -qO- "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-server.9F4587F226208342.key" | gpg --dearmor >/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg msg_ok "Signing keys added" msg_info "Adding RabbitMQ repository" +echo "deb https://packages.erlang-solutions.com/debian bookworm contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list + cat </etc/apt/sources.list.d/rabbitmq.list ## Provides modern Erlang/OTP releases from a Cloudsmith mirror deb [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian $(lsb_release -cs) main