modified install script

This commit is contained in:
snamber
2013-02-25 16:42:16 +01:00
parent e48124fbf8
commit ae4ffc20f6

View File

@ -2,13 +2,13 @@
if test "`id -u`" -ne 0 if test "`id -u`" -ne 0
then then
echo "You need to run this script as root" echo "ERROR: You need to run this script as root"
exit exit
fi fi
echo "checking for old installations..." echo "checking for old installations..."
if [[ -L /usr/bin/lpp ]]; then 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 "you can do by so executing"
echo "sudo rm /usr/bin/lpp /usr/bin/pizza" echo "sudo rm /usr/bin/lpp /usr/bin/pizza"
exit 1 exit 1