From dec1068552fbca1f6719ded3550d25461f8337f4 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Fri, 25 Jan 2013 20:07:46 +0000 Subject: Highlight important messages Signed-off-by: Daniel Francis --- (limited to 'sugar-env-setup.sh') diff --git a/sugar-env-setup.sh b/sugar-env-setup.sh index f08170b..e91abed 100755 --- a/sugar-env-setup.sh +++ b/sugar-env-setup.sh @@ -18,27 +18,35 @@ # MA 02110-1301, USA. configure_apt () { + echo "###############" echo "Configuring APT" + echo "###############" apt-get update - echo "[OK]" + echo "##### OK #####" } install_packages () { + echo "###############################################" echo "Installing packages required to run Sugar-build" + echo "###############################################" apt-get -y install ssh git python sudo time locales dialog python-apt - echo "[OK]" + echo "##### OK #####" + echo "##################" echo "Generating locales" + echo "##################" locale-gen $LANG - echo "[OK]" + echo "##### OK #####" } create_user () { + echo "#################" echo "Creating new user" + echo "#################" mkdir /home/sugar useradd -g sudo -d /home/sugar -s /bin/bash sugar chown sugar /home/sugar passwd sugar - echo "[OK]" + echo "##### OK #####" } configure_apt -- cgit v0.9.1