tazboyz16 / Ubuntu-Server-Auto-Install

Auto Install for Ubuntu Server Iso with Auto installing Scripts with Programs Scripts Installs/Reinstall with Configs and Systemd service file
https://tazboyz16.github.io/Ubuntu-Server-Auto-Install/
GNU General Public License v3.0
29 stars 11 forks source link

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

Open tazboyz16 opened 6 years ago

tazboyz16 commented 6 years ago

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