Small fix.
This commit is contained in:
parent
95feebf843
commit
a7c48b1549
|
@ -91,7 +91,7 @@ if [ $RET -eq 0 ]; then
|
|||
if [ $RET -eq 0 ]; then
|
||||
echo Done.
|
||||
else
|
||||
echo FAILED. Probably you aren't installing as root.
|
||||
echo "FAILED. Probably you aren't installing as root."
|
||||
fi
|
||||
else
|
||||
echo "Sorry, I won't install Wine when an rpm version is still installed."
|
||||
|
|
Loading…
Reference in New Issue