Skip to content

Instantly share code, notes, and snippets.

View l0n3woof's full-sized avatar
🏠
Working from home

Shikhar Saxena l0n3woof

🏠
Working from home
  • bangalore
View GitHub Profile
@l0n3woof
l0n3woof / rabbitmq.sh
Created September 29, 2019 06:58
This file can be used for automating the rabbitmq installation, as it has a lot to download and configure just run this file to using bash command to ge it done using single command.
#!/bin/sh
## If sudo is not available on the system,
## uncomment the line below to install it
# apt-get install -y sudo
sudo apt-get update -y
## Install prerequisites
sudo apt-get install curl gnupg -y