Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-01-26 12:38:26 +01:00 committed by GitHub
parent 7e18dc9b69
commit bfe4dde949

View File

@ -274,12 +274,11 @@ clear
echo "${INTRO_TEXT} DO NOT attempt this without expert knowledge ${INTRO_TEXT}" echo "${INTRO_TEXT} DO NOT attempt this without expert knowledge ${INTRO_TEXT}"
echo "${NORMAL} ${NORMAL}" echo "${NORMAL} ${NORMAL}"
echo "${MENU}*${NUMBER} 1)${MENU} Setup AD on Ubuntu Client ${NORMAL}" echo "${MENU}*${NUMBER} 1)${MENU} Setup AD on Ubuntu Client ${NORMAL}"
echo "${MENU}*${NUMBER} 2)${MENU} Setup AD on Ubuntu 14 Client ${NORMAL}" echo "${MENU}*${NUMBER} 2)${MENU} Setup AD on Ubuntu 14 Server ${NORMAL}"
echo "${MENU}*${NUMBER} 3)${MENU} Setup AD on Ubuntu 14 Server ${NORMAL}" echo "${MENU}*${NUMBER} 3)${MENU} Setup AD on Debian Jessie Client ${NORMAL}"
echo "${MENU}*${NUMBER} 4)${MENU} Setup AD on Debian Jessie Client ${NORMAL}" echo "${MENU}*${NUMBER} 4)${MENU} Reauthenticate (Ubuntu14 only) ${NORMAL}"
echo "${MENU}*${NUMBER} 5)${MENU} Reauthenticate (Ubuntu14 only) ${NORMAL}" echo "${MENU}*${NUMBER} 5)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}"
echo "${MENU}*${NUMBER} 6)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}" echo "${MENU}*${NUMBER} 6)${MENU} README with examples ${NORMAL}"
echo "${MENU}*${NUMBER} 7)${MENU} README with examples ${NORMAL}"
echo "${NORMAL} ${NORMAL}" echo "${NORMAL} ${NORMAL}"
echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}"
read opt read opt
@ -295,30 +294,25 @@ while [ opt != '' ]
;; ;;
2) clear; 2) clear;
echo "Installing on Ubuntu 14 Client";
ubuntuclient14;
;;
3) clear;
echo "Installing on Ubuntu 14 Server"; echo "Installing on Ubuntu 14 Server";
ubuntuserver14 ubuntuserver14
;; ;;
4) clear; 3) clear;
echo "Installing on Debian Jessie client" echo "Installing on Debian Jessie client"
debianclient debianclient
;; ;;
5) clear; 4) clear;
echo "Reauthenticate Ubuntu 14" echo "Reauthenticate realmd for Ubuntu 14"
Reauthenticate14 Reauthenticate14
;; ;;
6) clear; 5) clear;
echo "Update from Likewise to Realmd" echo "Update from Likewise to Realmd"
Realmdupdate Realmdupdate
;; ;;
7) clear; 6) clear;
echo "READ ME" echo "READ ME"
readmes readmes
;; ;;