(Grav GitSync) Automatic Commit from tanshu
This commit is contained in:
parent
a723bd2aa8
commit
f4ede9a2ea
@ -46,12 +46,16 @@ Edit Task 1
|
|||||||
# Step 5. - Install Mosquitto on a Raspberry Pi
|
# 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:
|
### 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
|
```wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
|
||||||
|
|
||||||
sudo apt-key add mosquitto-repo.gpg.key
|
sudo apt-key add mosquitto-repo.gpg.key
|
||||||
|
|
||||||
rm mosquitto-repo.gpg.key```
|
rm mosquitto-repo.gpg.key```
|
||||||
|
|
||||||
### Then make the mosquitto repository available to apt:
|
### Then make the mosquitto repository available to apt:
|
||||||
```cd /etc/apt/sources.list.d/
|
```cd /etc/apt/sources.list.d/
|
||||||
|
|
||||||
sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
|
sudo wget http://repo.mosquitto.org/debian/mosquitto-stretch.list
|
||||||
|
|
||||||
sudo apt-get update```
|
sudo apt-get update```
|
||||||
|
|
||||||
### Now we can install the core packages (server & clients):
|
### Now we can install the core packages (server & clients):
|
||||||
|
Loading…
Reference in New Issue
Block a user