We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cdb5e commit 2d08957Copy full SHA for 2d08957
README.md
@@ -19,6 +19,11 @@ To me this is the perfect project for a constantly watching Rasperry Pi. These s
19
First, update your existing list of packages:
20
21
sudo apt update && sudo apt upgrade
22
+
23
+ On a Raspberry Pi you might need to install
24
25
+ `sudo apt install linux-modules-extra-raspi`
26
27
Next, install a few prerequisite packages which let apt use packages over HTTPS:
28
29
sudo apt install apt-transport-https ca-certificates curl software-properties-common
0 commit comments