Pascal Vizeli
f844eb1cf8
Remove avahi-daemon ( #163 )
2021-10-29 12:33:02 +02:00
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 ebd6fdffe4
.
* 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
Joakim Sørensen
ed40318053
Adds a default interfaces file ( #117 )
2020-10-13 17:31:31 +02:00
Santobert
08c17c3e93
Fix typo in installer.sh ( #116 )
2020-10-10 18:09:15 +02:00
Joakim Sørensen
93c6cb330e
Add base config for NetworkManager ( #113 )
...
* Add changes
* Change branch
2020-09-22 22:22:02 +02:00
Pascal Vizeli
c384c3bee2
strict machine check ( #110 )
...
* strict machine check
* full match
2020-09-10 10:22:54 +02:00
Nils Strelow
70a1f2c2d9
Fix typo ( #109 )
2020-09-04 12:25:41 +02:00
Iulian Onofrei
8fc3caddfb
Fix typo ( #108 )
2020-09-02 08:35:40 +02:00
Pascal Vizeli
80cd6d42a6
Fix dmesg restriction ( #106 )
...
* Fix dmesg restriction
* Update installer.sh
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-08-21 17:04:39 +02:00
Joakim Sørensen
928e46db76
Add default daemon config, and check for journald ( #104 )
...
* Add default daemon config, and check for journald
* Remove snap
* Add storage-driver check
* Remove exit
* Change echo -> info
2020-08-15 23:16:26 +02:00
Pascal Vizeli
756f6db062
tweaks on readme
2020-08-14 09:54:44 +02:00
Pascal Vizeli
3df59fffde
Cleanup
2020-08-14 09:51:03 +02:00
Pascal Vizeli
4a5692cbb2
Use new machine flag ( #102 )
2020-08-13 11:25:20 +02:00
Pascal Vizeli
632918f508
Fix installer
2020-08-12 16:13:23 +02:00
Paulus Schoutsen
8049cb9528
Update README.md
2020-08-10 15:50:11 +02:00
Franck Nijhof
128dfdefc8
Remove confirmation as it breaks piped runs ( #101 )
2020-06-09 11:43:23 -07:00
Paulus Schoutsen
ace0dc758b
Add link to deprecation blog
2020-05-09 17:52:32 -07:00
Paulus Schoutsen
184fbe5eb3
Update installer.sh
2020-05-09 12:30:34 -07:00
Paulus Schoutsen
0bba55b6e9
Extend warning ( #100 )
...
* Extend warning
* Clarify how to quit
2020-05-09 11:32:01 +02:00
Pascal Vizeli
1f30d124ef
Update installer.sh
2020-05-08 23:06:16 +02:00
Pascal Vizeli
093309e53d
Update README.md
2020-05-08 10:25:50 +02:00
Pascal Vizeli
ae1903e676
Update README.md
2020-05-08 10:25:36 +02:00
Pascal Vizeli
be010f288d
Update README.md
2020-04-02 14:05:36 +02:00
Pascal Vizeli
f28bde2454
Update README.md
2020-04-02 14:04:11 +02:00
Pascal Vizeli
a506fbc943
Update README.md
2020-04-02 14:00:34 +02:00
Pascal Vizeli
a9f1cae681
Update README.md
2020-03-31 16:44:59 +02:00