add some thing like this in certain programs that require Ubuntu OS version
Created by: tazboyz16
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