Files
wails/cmd
Mark Stenglein 1efc8cb934 CMD: LINUX: Arch Linux detection without lsb-release
The existing distribution detection does not work on Arch Linux
without the `lsb-release` package installed. This patch adds
detection using `/etc/os-release` in the same way that f9a1881
uses for Fedora and CentOS detection.

I changed the if statement that Bryn Sinclair used to a case
statement to avoid extra if-else-if statements.

I also needed to add a trim statement to remove the `"` characters
that are present in Arch Linux's `/etc/os-release` file.
2019-05-26 20:30:05 -04:00
..
2019-02-20 22:41:33 +11:00
2019-05-22 19:13:17 +10:00
2019-05-20 18:44:14 +10:00
2019-05-22 07:25:42 +10:00
2019-05-12 12:50:28 +10:00
2019-05-09 19:31:07 +10:00
2019-03-03 11:34:00 +11:00
2019-05-09 22:06:27 +10:00
2019-05-09 19:43:19 +10:00
2019-05-20 23:40:17 +10:00
2019-03-07 05:46:20 +11:00
2019-05-12 14:20:04 +10:00
2019-05-10 21:23:58 +10:00
2019-05-20 18:44:14 +10:00
2019-05-22 07:25:42 +10:00
2019-05-26 13:56:27 +10:00
2019-05-08 22:42:13 +10:00