From f4ede9a2eab6feb663df78b89079768be65f8339 Mon Sep 17 00:00:00 2001 From: tanshu Date: Fri, 26 Jul 2019 20:58:55 +0000 Subject: [PATCH] (Grav GitSync) Automatic Commit from tanshu --- pages/12.home-automation/docs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/12.home-automation/docs.md b/pages/12.home-automation/docs.md index f007106..024d5d4 100644 --- a/pages/12.home-automation/docs.md +++ b/pages/12.home-automation/docs.md @@ -46,12 +46,16 @@ Edit Task 1 # Step 5. - Install Mosquitto on a Raspberry Pi ### First get the repository package signing key, import it into apt, and remove the key file again: ```wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key + sudo apt-key add mosquitto-repo.gpg.key + rm mosquitto-repo.gpg.key``` ### Then make the mosquitto repository available to apt: ```cd /etc/apt/sources.list.d/ + sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list + sudo apt-get update``` ### Now we can install the core packages (server & clients):