Matheson Steplock
9a29c0a258
get rid of push
2021-10-03 20:21:40 +00:00
Matheson Steplock
7d25883300
new action
2021-10-03 20:18:10 +00:00
Matheson Steplock
dfb5f17d29
test workflow
2021-10-03 01:44:26 +00:00
Matheson Steplock
10f4c5d568
Test action
2021-10-03 01:39:31 +00:00
Matheson Steplock
860928fcf5
revert actions changes
2021-10-03 01:17:07 +00:00
Matheson Steplock
8f865f9634
putting everything in place
2021-09-24 04:32:45 +00:00
Matheson Steplock
8574742c1f
update gitignore
2021-09-24 04:14:08 +00:00
Matheson Steplock
bdf49ef1e3
added files to gitignore
2021-09-24 04:08:47 +00:00
Matheson Steplock
79f5f23655
Space out control
2021-09-24 03:27:50 +00:00
Matheson Steplock
346679d5cf
Resolve errors
2021-09-24 03:08:04 +00:00
Matheson Steplock
91bd2b7552
fix typo in example changelog
2021-09-24 02:53:45 +00:00
Matheson Steplock
053c51c1e3
test without args
2021-09-24 02:49:51 +00:00
Matheson Steplock
1a1f406dbd
switch to lowercase for github action
2021-09-24 02:42:51 +00:00
Matheson Steplock
69ddc3db31
create changelog
2021-09-24 02:38:41 +00:00
Matheson Steplock
042e283111
test 2
2021-09-24 02:27:44 +00:00
Matheson Steplock
b02922641b
first test of build deb
2021-09-24 02:17:44 +00:00
Matheson Steplock
e875db60a1
Check network connection
2021-09-23 15:33:22 +00:00
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