I tried to install it manually using the following link:
When I try to do the final step to run run Supervisor for the first time I get the following error message:
[info] This script is taken from the official
[info]
[info] Home Assistant Supervised script available at
[info]
[info] https://github.com/home-assistant/supervised-installer
[info]
[warn] Docker is using json-file and not 'journald' as the logging driver, this is not supported.
[info] Creating NetworkManager configuration
[warn] Changes are needed to the /etc/network/interfaces file
[info] If you have modified the network on the host manualy, those can now be overwritten
[info] If you do not overwrite this now you need to manually adjust it later
[info] Do you want to proceed with overwriting the /etc/network/interfaces file? [N/y]
y
[info] Replacing /etc/network/interfaces
[info] Restarting NetworkManager
Job for NetworkManager.service failed because the control process exited with error code.
See "systemctl status NetworkManager.service" and "journalctl -xe" for details.
I looked up the details of this error and this is what it said:
NetworkManager.service - Network Manager
Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
└─10-dhcpcd.conf
Active: failed (Result: exit-code) since Thu 2022-11-17 21:38:25 GMT; 1min 46s ago
Docs: man:NetworkManager(8)
Process: 1306 ExecStart=/usr/sbin/NetworkManager --no-daemon (code=exited, status=1/FAILURE)
Main PID: 1306 (code=exited, status=1/FAILURE)
CPU: 398ms
Nov 17 21:38:24 raspberrypi systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
Nov 17 21:38:24 raspberrypi systemd[1]: Failed to start Network Manager.
Nov 17 21:38:25 raspberrypi systemd[1]: NetworkManager.service: Scheduled restart job, restart counter is at 5.
Nov 17 21:38:25 raspberrypi systemd[1]: Stopped Network Manager.
Nov 17 21:38:25 raspberrypi systemd[1]: NetworkManager.service: Start request repeated too quickly.
Nov 17 21:38:25 raspberrypi systemd[1]: NetworkManager.service: Failed with result 'exit-code'.
Nov 17 21:38:25 raspberrypi systemd[1]: Failed to start Network Manager.
When I look at the contents of /etc/network/interfaces it just says 404: Not Found. Any idea what could be the issue here? I have internet connectivity via ethernet cable which is working when I ping google.com