I’ve been using Home Assistant for the last few months, I’ve always installed it with docker on a Dell Wyse 5070 that I had lying around.
I always install it with the below commands
sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo usermod -aG docker *USERNAME*
*LOGOUT AND THEN LOG BACK IN*
docker run hello-world
sudo systemctl enable docker
sudo apt-get install apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common
sudo su
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s
sudo -i
apt-get install software-properties-common
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
curl -fsSL get.docker.com | sh
wget -q -O - https://install.hacs.xyz | bash -
Can anybody tell me a better way to install it on the PC itself without needing docker?
Trying to access the files is a pain in the a$$