From b34326adfd39557da4d02378c250a9bf503386ee Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Wed, 20 Jan 2016 18:55:03 +0000 Subject: [PATCH] Update rtinst.sh --- rtinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtinst.sh b/rtinst.sh index bb1e9c1..0a434ed 100644 --- a/rtinst.sh +++ b/rtinst.sh @@ -187,6 +187,12 @@ fi home="/home/$user" +#Interaction ended message +echo +echo "No more user input required, you can complete unattended" +echo "It will take approx 10 minutes for the script to complete" +echo + #update amd upgrade system if [ "$FULLREL" = "Ubuntu 12.04.5 LTS" ]; then wget --no-check-certificate https://help.ubuntu.com/12.04/sample/sources.list >> $logfile 2>&1 || error_exit "Unable to download sources file from https://help.ubuntu.com/12.04/sample/sources.list"