190 Commits

Author SHA1 Message Date
Phill (pssc)
ab687fddef Fix issues with diversion removal on install/upgrade (#159) 2021-10-27 17:23:17 -04:00
Kanga-Who
a13eda0e54 Added wget to the required dependencies (#157)
* Added wget to the required dependencies 

wget required to download the `deb` package

* Switch to multiline

Co-authored-by: Matheson Steplock <ikifar2012@users.noreply.github.com>
2021-10-26 22:44:15 -04:00
Pascal Vizeli
ece9fcc946 Delete installer.sh 2021-10-26 10:24:13 +02:00
Pascal Vizeli
b642964cb1 Delete azure-pipelines.yml 2021-10-26 10:22:45 +02:00
Matheson Steplock
62328d1715 Update documentation for Debian package (#156)
* Update documentation for Debian package

* Added `su -`

* Install dependacy's before docker
2021-10-26 10:22:15 +02:00
Matheson Steplock
6003c366f9 Converting the supervised installer to a deb file (#154)
* laying the groundwork

* moving more stuff

* move files into place

* add control

* postinst script

* preinst

* added more to postinst and preinst

* I think this works

* fix gitignore and control

* fixes

* Delete homeassistant-supervised.deb

* Check network connection

* first test of build deb

* test 2

* create changelog

* switch to lowercase for github action

* test without args

* fix typo in example changelog

* Resolve errors

* Space out control

* added files to gitignore

* update gitignore

* putting everything in place

* revert actions changes

* Test action

* test workflow

* new action

* get rid of push

* set version number to match os agent format

* added machine type select

* move bin

* postrm undo dpkg-divert
2021-10-26 10:22:03 +02:00
Bernardo Loureiro
3717667ff1 Waiting for internet up to continue (#153) 2021-09-23 15:36:19 +02:00
Pascal Vizeli
96f8a66440 Fix list for 2021 2021-08-24 13:38:06 +02:00
Pascal Vizeli
a2abe79729 Fix list of machine types 2021-08-24 13:35:19 +02:00
Robbert Müller
5fa7341d9c Create bin folders when they do not exist (#146)
When using an other prefix then /usr the bin folders are used, but not created
2021-05-17 09:43:47 +02:00
Pascal Vizeli
db7e0e0a6d Add udev host support (#143) 2021-01-29 17:48:27 +01:00
Marco Trevisan
52e6529bf0 Properly check for enabled ModemManager service (#141)
A systemd service may be marked as enabled as vendor preset, and this
breaks the check we used to check if it was active.

Here's what you get in an Ubuntu 20.04 installation:

❯ sudo systemctl status ModemManager
● ModemManager.service - Modem Manager
     Loaded: loaded (/lib/systemd/system/ModemManager.service; disabled; vendor preset: enabled)
     Active: inactive (dead)

❯ systemctl list-unit-files ModemManager.service
UNIT FILE            STATE    VENDOR PRESET
ModemManager.service disabled enabled

1 unit files listed

While the list-unit-files can be filtered using `--state=enabled`, we
can just rely on `systemctl is-enabled` instead.
2020-12-29 13:45:38 +01:00
Åskar Andersson
e2a66e35d3 Update installer.sh (#137)
Just a small change, "Do you want to proceed with that?" is a bit unclear
2020-12-18 21:52:24 +01:00
Pascal Vizeli
b6e148c971 AppArmor is a hard requirement (#136) 2020-12-07 10:52:42 +01:00
Pascal Vizeli
fc0809a4c1 Reset DNS to default (#131) 2020-11-14 20:05:25 +01:00
Pascal Vizeli
0020107227 update uuid 2020-11-14 14:19:05 +01:00
Pascal Vizeli
163954c8e0 Remove avahi (#127) 2020-11-14 14:14:27 +01:00
Pascal Vizeli
0de3d64180 Aim OS functionality to discover/access instance (#126)
* Update NetworkManager.conf

* Update system-connection-default
2020-11-14 11:48:37 +01:00
NobleKangaroo
2471383156 Correct and standardize package names (#124)
* Read answer from /dev/tty

* Correct package names

* Revert "Read answer from /dev/tty"

This reverts commit ebd6fdffe46e4781884855e0fcc22c056531a8f3.

* Fix typo
2020-11-02 11:39:44 +01:00
NobleKangaroo
d59f3ee787 Read answer from /dev/tty (#123) 2020-11-02 11:39:27 +01:00
Alec Rust
5916fa75ad Fix daemon typo (#125) 2020-10-25 14:47:54 +01:00
Dmytro Shvaika
242291a710 typo in README.md (#122) 2020-10-19 23:45:00 +02:00
Joakim Sørensen
1af6b7249a Update example to not pipe curl (#121)
* Update example

* Updated to use curl
2020-10-19 20:19:54 +02:00
NobleKangaroo
0742112952 Fix typos (#120) 2020-10-19 09:23:06 +02:00
Bas Nijholt
893d734b25 fix spelling (#118) 2020-10-16 15:09:19 +02:00