Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some thing like this in certain programs that require Ubuntu OS version #44

Open
tazboyz16 opened this issue Sep 12, 2017 · 0 comments
Projects

Comments

@tazboyz16
Copy link
Owner

case "$CODENAME" in
'wheezy')
TEMPDIST='debian wheezy'
;;
'jessie')
TEMPDIST='debian jessie'
;;
'stretch')
TEMPDIST='debian stretch'
;;
'xenial'|'serena'|'sarah'|'sonya'|'zesty'|'yakkety'|'artful')
TEMPDIST='ubuntu xenial'
;;
'trusty'|'rosa'|'rafaela'|'rebecca'|'qiana')
TEMPDIST='ubuntu trusty'
;;
'precise'|'maya'|'betsy')
TEMPDIST='ubuntu precise'
;;
*)
source "$SCRIPTPATH/inc/invalid-option.sh"
;;
esac

@tazboyz16 tazboyz16 created this issue from a note in Edits (To Do) Sep 12, 2017
@tazboyz16 tazboyz16 changed the title add some thing like this is certain programs that require Ubuntu OS version add some thing like this in certain programs that require Ubuntu OS version Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Edits
To Do
Development

No branches or pull requests

1 participant