Marco Trevisan (Treviño)
a5aa4edffd
installer.sh: Properly check for enabled ModemManager service
...
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 00:50:54 +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
163954c8e0
Remove avahi ( #127 )
2020-11-14 14:14:27 +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
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
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
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
Franck Nijhof
128dfdefc8
Remove confirmation as it breaks piped runs ( #101 )
2020-06-09 11:43:23 -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
c674830d8d
Update installer.sh
2020-03-31 10:35:00 +02:00
Pascal Vizeli
9f5d4fde28
Rename & add cli ( #92 )
...
* Rename & add cli
* update readme
* update check
* Fix lint
* fix lint
2020-03-30 18:09:08 +02:00