mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
modified install script
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user