File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ rm -f $tmpfile
145145if [ ! -z " $conflicts " ] && [ -z " $force " ]; then
146146 echo ' !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
147147 echo
148- echo ' Following rpm packages are already installed:'
148+ echo ' Following packages are already installed:'
149149 echo " $conflicts "
150150 echo
151151 echo ' It is highly recommended to remove them before proceeding.'
@@ -206,7 +206,6 @@ if [ -z $email ]; then
206206 echo ' - MySQL database server'
207207 echo ' - Vsftpd FTP server'
208208 echo
209- echo ' * SELinux and Iptables will be disabled'
210209 echo
211210
212211 read -p ' Do you want to proceed? [y/n]): ' answer
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ rm -f $tmpfile
142142if [ ! -z " $conflicts " ] && [ -z " $force " ]; then
143143 echo ' !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
144144 echo
145- echo ' Following rpm packages are already installed:'
145+ echo ' Following packages are already installed:'
146146 echo " $conflicts "
147147 echo
148148 echo ' It is highly recommended to remove them before proceeding.'
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ rm -f $tmpfile
147147if [ ! -z " $conflicts " ] && [ -z " $force " ]; then
148148 echo ' !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!! !!!'
149149 echo
150- echo ' Following rpm packages are already installed:'
150+ echo ' Following packages are already installed:'
151151 echo " $conflicts "
152152 echo
153153 echo ' It is highly recommended to remove them before proceeding.'
@@ -208,7 +208,6 @@ if [ -z $email ]; then
208208 echo ' - MySQL database server'
209209 echo ' - Vsftpd FTP server'
210210 echo
211- echo ' * SELinux and Iptables will be disabled'
212211 echo
213212
214213 read -p ' Do you want to proceed? [y/n]): ' answer
You can’t perform that action at this time.
0 commit comments