10 Commits

Author SHA1 Message Date
552df65422 Make sure IPv4 works when eth0 is connected
Resolves an issue where IPv4 traffic would not work when eth0 is connected (i.e. usb-ethernet adapter over OTG). The static route for usb0 precedes the DHCP route for eth0. Only IPv6 traffic would work, but not IPv4 until the metric for usb0 is increase and thus lowered in priority. If no eth0 is plugged in, internet works fine over usb0.
2020-09-04 17:49:41 +08:00
de62214970 add missing option 2020-04-18 13:30:43 +02:00
7f8380c38a switch to static 2020-04-18 12:26:21 +02:00
2dee3987d4 add bash completion 2020-04-18 10:59:08 +02:00
da4319f81b Fix typo in systemd service
Disable journal logging

Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
2020-02-18 05:21:40 +09:30
52d432e5b6 Psssst, Lennart 2020-01-19 17:46:12 +01:00
215af0fc88 Prevents permanent tfevent files 2020-01-02 14:07:27 +01:00
6babad0d02 remove process limits 2019-12-14 09:00:54 +01:00
783ac61594 fix: the auto-update plugin now also installs launchers and service files via setup.py (closes ) 2019-10-31 12:48:15 +01:00
be414e57b3 fix: builder now uses files provisioners and auto-update installs project data (ref ) 2019-10-30 19:24:12 +01:00