Created
June 26, 2020 08:44
-
-
Save centic9/27c40534c5f86e6b6b0c86743a2b2b65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Debian NA", | |
"distro": { | |
"codename": "", | |
"id": "debian", | |
"name": "Debian GNU/Linux", | |
"version": "", | |
"version_best": "", | |
"lsb_release_info": {}, | |
"os_release_info": { | |
"pretty_name": "Debian GNU/Linux bullseye/sid", | |
"name": "Debian GNU/Linux", | |
"id": "debian", | |
"home_url": "https://www.debian.org/", | |
"support_url": "https://www.debian.org/support", | |
"bug_report_url": "https://bugs.debian.org/" | |
} | |
}, | |
"input": { | |
"/etc/os-release": "PRETTY_NAME=\"Debian GNU/Linux bullseye/sid\"\nNAME=\"Debian GNU/Linux\"\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"\n", | |
"/usr/lib/os-release": "PRETTY_NAME=\"Debian GNU/Linux bullseye/sid\"\nNAME=\"Debian GNU/Linux\"\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"\n" | |
}, | |
"platform.dist": [ | |
"debian", | |
"", | |
"" | |
], | |
"result": { | |
"distribution": "Debian", | |
"distribution_version": "NA", | |
"distribution_release": "NA", | |
"distribution_major_version": "NA", | |
"os_family": "Debian" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment