Commit graph

7 commits

Author SHA1 Message Date
Stefan Agner
cbae7bc68a Support custom prefix (/usr) and sysconfdir (/etc) (#27)
* use separate variable to specify Docker config location

* use templates and always adjust paths

This prepares for further customization of file locations.

* allow to customize prefix and sysconfdir

Follow GNU directory variable names and allow to specify PREFIX (by
default /usr) and sysconfdir (by default /etc). This allows to install
hassio scripts and service to alternative locations.
2019-07-26 20:52:30 +02:00
Pascal Vizeli
9d9cfa098c
Update hassio_install.sh 2019-07-19 09:29:23 +02:00
Raa'Shaun H
3fd937c481 Fix for armv7 Supervisor (#18)
This is my proposed fix for issue #15.
2019-06-19 12:13:12 +02:00
Mario Limonciello
b019ecc666 Add support for running docker-ce from a snap (Fixes: #9) (#14)
This adjusts the following:
* Systemd unit dependencies
* Location of docker daemon (/usr/bin/ -> /snap/bin)
* Default data storage location
* Configuration storage location

It allows optionally using both 'jq' and 'docker' from the snaps
provided by the Ubuntu server 18.04 installation process.
2019-05-31 17:53:44 +02:00
Joakim Sørensen
060c523348 Fix broken links (#2) 2019-04-24 17:57:41 +02:00
Pascal Vizeli
1da6261ec7 Fix lint 2019-04-24 13:57:57 +02:00
Pascal Vizeli
7664e7f3d5 Update installer 2019-04-24 13:40:27 +02:00
Renamed from hassio_install (Browse further)