mirror of https://github.com/shirou/gopsutil
Merge pull request #1504 from shirou/feature/host_remove_double_quote_on_lsb
[host][linux]: remove double quote from lsb release infopull/1509/head
commit
8bcde848c1
@ -0,0 +1,3 @@
|
||||
DISTRIB_ID="Arch"
|
||||
DISTRIB_RELEASE="rolling"
|
||||
DISTRIB_DESCRIPTION="Arch Linux"
|
@ -0,0 +1,4 @@
|
||||
DISTRIB_ID=Ubuntu
|
||||
DISTRIB_RELEASE=22.04
|
||||
DISTRIB_CODENAME=jammy
|
||||
DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
|
Loading…
Reference in New Issue