Add AppArmor instructions (for raspbian)
This commit is contained in:
parent
45a38d1fc4
commit
8655d2450b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -37,7 +37,15 @@ Step 3: Install the OS-Agent:
|
||||||
|
|
||||||
Instructions for installing the OS-Agent can be found [here](https://github.com/home-assistant/os-agent/tree/main#using-home-assistant-supervised-on-debian)
|
Instructions for installing the OS-Agent can be found [here](https://github.com/home-assistant/os-agent/tree/main#using-home-assistant-supervised-on-debian)
|
||||||
|
|
||||||
Step 4: Install the Home Assistant Supervised Debian Package:
|
Step 4: Install and activate apparmor (needed on raspbian)
|
||||||
|
### Install
|
||||||
|
```bash
|
||||||
|
sudo apt-get install apparmor
|
||||||
|
```
|
||||||
|
### Activate
|
||||||
|
Add `apparmor=1 security=apparmor` to `/boot/cmdline.txt`
|
||||||
|
|
||||||
|
Step 5: Install the Home Assistant Supervised Debian Package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
||||||
|
|
Loading…
Reference in a new issue