Matheson Steplock
c12f894058
Delete homeassistant-supervised.deb
2021-09-06 21:55:34 -04:00
Matheson Steplock
56749f5da2
fixes
2021-09-07 01:44:16 +00:00
Matheson Steplock
89bfba28df
fix gitignore and control
2021-09-07 00:59:39 +00:00
Matheson Steplock
d210392b15
I think this works
2021-09-06 21:47:54 +00:00
Matheson Steplock
c8fc197923
added more to postinst and preinst
2021-09-06 19:53:54 +00:00
Matheson Steplock
e9d104fb5c
preinst
2021-09-06 04:28:56 +00:00
Matheson Steplock
004f2532e0
postinst script
2021-09-06 04:16:42 +00:00
Matheson Steplock
8cd284216b
add control
2021-09-06 03:55:03 +00:00
Matheson Steplock
f9817ff02d
move files into place
2021-09-06 03:26:10 +00:00
Matheson Steplock
5382882b7f
moving more stuff
2021-09-03 23:30:35 +00:00
Matheson Steplock
6f98ad8663
laying the groundwork
2021-09-03 21:17:54 +00: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