Created
October 1, 2018 11:12
-
-
Save ob1-sc/ce66cfdd7b3453718e63a1236a4331b1 to your computer and use it in GitHub Desktop.
Get underlying Ubuntu codename (ie xenial/bionic/etc) in mint
This file contains hidden or 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
source /etc/os-release | |
echo $UBUNTU_CODENAME # xenial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment