Skip to content

Instantly share code, notes, and snippets.

@akrv
Created January 15, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrv/bd85a538d688b3ba25218e101d4e3963 to your computer and use it in GitHub Desktop.
Save akrv/bd85a538d688b3ba25218e101d4e3963 to your computer and use it in GitHub Desktop.
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-wheezy.list
sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list
sudo apt-get update
sudo apt-get install mosquitto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment