Created
April 12, 2016 21:27
-
-
Save wellsie/1ce4aac30c9a768bc433eeba3093b323 to your computer and use it in GitHub Desktop.
install mosquitto on raspberry pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -eux | |
curl http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key | sudo apt-key add - | |
sudo curl -o /etc/apt/sources.list.d/mosquitto-repo.list -L 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