Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ha1fdan/701f0e41350ee5569f5d93b373f9b02c to your computer and use it in GitHub Desktop.
Save ha1fdan/701f0e41350ee5569f5d93b373f9b02c to your computer and use it in GitHub Desktop.
1. Hent Debian 11 fra: https://www.debian.org/download
2. nano /etc/ssh/sshd_config
3. Set: `PermitRootLogin Yes`
4. systemctl restart ssh
5. apt-get install apparmor jq wget curl udisks2 libglib2.0-bin network-manager dbus lsb-release systemd-journal-remote -y
6. curl -fsSL get.docker.com | sh
7. Find den nyeste fra: https://github.com/home-assistant/os-agent/releases | Tip: den skal ende med: linux_x86_64.deb
8. wget https://github.com/home-assistant/os-agent/releases/download/DEN-NYESTE-VERSION/os-agent_DEN-NYESTE-VERSION_linux_x86_64.deb
9. dpkg -i os-agent_DEN-NYESTE-VERSION_linux_x86_64.deb
10. wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
11. dpkg -i homeassistant-supervised.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment