Created
June 26, 2020 08:44
-
-
Save centic9/558b780074ae16ca2a83bb693d2c0484 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 testing", | |
"distro": { | |
"codename": "bullseye", | |
"id": "debian", | |
"name": "Debian GNU/Linux", | |
"version": "testing", | |
"version_best": "testing", | |
"lsb_release_info": { | |
"distributor_id": "Debian", | |
"description": "Debian GNU/Linux bullseye/sid", | |
"release": "testing", | |
"codename": "bullseye" | |
}, | |
"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", | |
"testing", | |
"bullseye" | |
], | |
"result": { | |
"distribution": "Debian", | |
"distribution_version": "testing", | |
"distribution_release": "bullseye", | |
"distribution_major_version": "testing", | |
"os_family": "Debian" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment