Cari file su "/"
This commit is contained in:
parent
334571dfda
commit
05589ace02
1 changed files with 62 additions and 0 deletions
62
Hassio installer.txt
Normal file
62
Hassio installer.txt
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
INSTALLAZIONE HOME ASSISTEANT SUPERVISED
|
||||||
|
|
||||||
|
seguire il github https://github.com/home-assistant/supervised-installer
|
||||||
|
andare come utente root
|
||||||
|
su -
|
||||||
|
poi
|
||||||
|
|
||||||
|
apt install \
|
||||||
|
apparmor \
|
||||||
|
bluez \
|
||||||
|
cifs-utils \
|
||||||
|
curl \
|
||||||
|
dbus \
|
||||||
|
jq \
|
||||||
|
libglib2.0-bin \
|
||||||
|
lsb-release \
|
||||||
|
network-manager \
|
||||||
|
nfs-common \
|
||||||
|
systemd-journal-remote \
|
||||||
|
systemd-resolved \
|
||||||
|
udisks2 \
|
||||||
|
wget -y
|
||||||
|
|
||||||
|
e probabilmente vi verrà chiesto di riavviare per far funzionare NetworkManager al posto del normale programma di manager di debian
|
||||||
|
|
||||||
|
controllare che funzioni come scritto in https://wiki.debian.org/NetworkManager
|
||||||
|
|
||||||
|
nel file /etc/NetworkManager/NetworkManager.conf ci dovrà essere
|
||||||
|
|
||||||
|
[ifupdown]
|
||||||
|
managed=false
|
||||||
|
|
||||||
|
altrimenti settare come definito nel sito
|
||||||
|
|
||||||
|
il precedente file di configurazione si trova
|
||||||
|
/etc/network/interfaces
|
||||||
|
|
||||||
|
verificare se Docker-ce è installato con
|
||||||
|
|
||||||
|
docker -v
|
||||||
|
|
||||||
|
altrimenti installarlo con
|
||||||
|
|
||||||
|
curl -fsSL get.docker.com | sh
|
||||||
|
|
||||||
|
installare OS-Agent usando l'ultima versione da https://github.com/home-assistant/os-agent/releases/latest
|
||||||
|
|
||||||
|
wget https://github.com/home-assistant/os-agent/releases/download/1.6.0/os-agent_1.6.0_linux_aarch64.deb
|
||||||
|
sudo dpkg -i os-agent_1.6.0_linux_aarch64.deb
|
||||||
|
|
||||||
|
wget -O homeassistant-supervised.deb https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
|
||||||
|
BYPASS_OS_CHECK=true apt install ./homeassistant-supervised.deb
|
||||||
|
|
||||||
|
NOTE
|
||||||
|
verificare i servizi in systemd di Home assistant
|
||||||
|
|
||||||
|
haos-agent.service Home Assistant OS Agent
|
||||||
|
hassio-apparmor.service Hass.io AppArmor
|
||||||
|
hassio-supervisor.service Hass.io supervisor
|
||||||
|
|
||||||
|
es
|
||||||
|
systemctl status hassio-supervisor.service
|
Loading…
Reference in a new issue