Ubuntu-Server-Auto-Install icon indicating copy to clipboard operation
Ubuntu-Server-Auto-Install copied to clipboard

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

Open tazboyz16 opened this issue 7 years ago • 0 comments

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 avatar Sep 12 '17 20:09 tazboyz16