Skip to content

Commit

Permalink
Merge pull request #837 from sodafoundation/soda-hackathon-2021
Browse files Browse the repository at this point in the history
Merge soda-hackathon-2021 branch to master
  • Loading branch information
sushanthakumar authored Mar 11, 2022
2 parents f691ece + df7550a commit d701f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/precheck
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ check_install_rabbitmq(){
else
#TODO check erlang
# Import rabbitMQ
ret=$(wget -O- https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc | sudo apt-key add -)
ret=$(wget -O- https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc | sudo apt-key add -)
if [ $? -eq 0 ]; then
ret=$(wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add -)
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d701f58

Please sign in to comment.