Created
December 27, 2022 14:51
-
-
Save ha1fdan/701f0e41350ee5569f5d93b373f9b02c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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