Boas,
Primeiro post, logo a pedir ajuda…
Estou a tentar instalar o HA com o modulo supevisor em um Raspberry Pi2 que está com o SO: Ubuntu server, estou a seguir estas instruções para realizar a instalação: https://github.com/home-assistant/supervised-installer
Quando executo o comando: sudo bash installer.sh --machine raspberrypi2
aparece-me isto:
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
[warn] If you want to abort, hit ctrl+c within 10 seconds...
[warn]
[warn] The following is missing on the host and needs
[warn] to be installed and configured before running this script again
[error] missing: jq
Já tentei olhar o journalctl -f
para ver se havia algo de errado, mas só tive isto:
-- Logs begin at Sun 2021-02-21 13:48:44 -03. --
Mar 22 19:25:07 ubuntu sudo[21123]: pam_unix(sudo:session): session opened for user root by higor(uid=0)
Mar 22 19:25:18 ubuntu sudo[21123]: pam_unix(sudo:session): session closed for user root
Mar 22 19:27:06 ubuntu sudo[21136]: higor : TTY=pts/0 ; PWD=/home/higor ; USER=root ; COMMAND=/usr/bin/curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
Mar 22 19:27:06 ubuntu sudo[21136]: pam_unix(sudo:session): session opened for user root by higor(uid=0)
Mar 22 19:27:06 ubuntu sudo[21136]: pam_unix(sudo:session): session closed for user root
Mar 22 19:27:24 ubuntu sudo[21139]: higor : TTY=pts/0 ; PWD=/home/higor ; USER=root ; COMMAND=/usr/bin/bash installer.sh --machine raspberrypi2
Mar 22 19:27:24 ubuntu sudo[21139]: pam_unix(sudo:session): session opened for user root by higor(uid=0)
Mar 22 19:27:35 ubuntu sudo[21139]: pam_unix(sudo:session): session closed for user root
Alguma ajuda ou sugestão de como posso resolver este problema?