diff --git a/install.sh b/install.sh index 7fb22be..2004cc5 100755 --- a/install.sh +++ b/install.sh @@ -2,13 +2,13 @@ if test "`id -u`" -ne 0 then - echo "You need to run this script as root" + echo "ERROR: You need to run this script as root" exit fi echo "checking for old installations..." if [[ -L /usr/bin/lpp ]]; then - echo "you need to uninstall old lpp versions first." + echo "ERROR: you need to uninstall old lpp versions first." echo "you can do by so executing" echo "sudo rm /usr/bin/lpp /usr/bin/pizza" exit 1