Skip to content

Instantly share code, notes, and snippets.

@ob1-sc
Created October 1, 2018 11:12
Show Gist options
  • Save ob1-sc/ce66cfdd7b3453718e63a1236a4331b1 to your computer and use it in GitHub Desktop.
Save ob1-sc/ce66cfdd7b3453718e63a1236a4331b1 to your computer and use it in GitHub Desktop.
Get underlying Ubuntu codename (ie xenial/bionic/etc) in mint
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