I’ve configured an Intel NUC with Ubuntu 16.04 and Docker CE to run Hass.io. I’ve verified that Docker CE is installed correctly by running the hello-world image. When the “sudo curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m intel-nuc” command is issued, error “mkdir: cannot create directory \u2018/usr/share/hassio\u2019: Permission denied” is generated.
When I created the “/user/share/hassio” directory before executing the script, error “bash: line 97: /etc/hassio.json: Permission denied” was generated.
Is there a problem with the script? Has anyone experienced this when using the script? Can anyone tell me what’s causing this?