Updated info messages

This commit is contained in:
Serghey Rodin 2013-12-05 21:16:30 +02:00
commit 1c473c151f
3 changed files with 3 additions and 5 deletions

View file

@ -142,7 +142,7 @@ rm -f $tmpfile
if [ ! -z "$conflicts" ] && [ -z "$force" ]; then
echo '!!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
echo
echo 'Following rpm packages are already installed:'
echo 'Following packages are already installed:'
echo "$conflicts"
echo
echo 'It is highly recommended to remove them before proceeding.'