You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: