Skip to content

Instantly share code, notes, and snippets.

@legotheboss
Created March 27, 2017 19:49
Show Gist options
  • Save legotheboss/64f7f62750026108896c88219c77a3b7 to your computer and use it in GitHub Desktop.
Save legotheboss/64f7f62750026108896c88219c77a3b7 to your computer and use it in GitHub Desktop.
MosquittoInstaller
sudo wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
sudo apt-key add mosquitto-repo.gpg.key
cd /etc/apt/sources.list.d/
sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
sudo apt-get update
sudo apt-get install mosquitto mosquitto-clients -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment