Skip to content

Commit 1c473c1

Browse files
committed
Updated info messages
1 parent c4571ad commit 1c473c1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rm -f $tmpfile
145145
if [ ! -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

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rm -f $tmpfile
142142
if [ ! -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.'

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ rm -f $tmpfile
147147
if [ ! -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

0 commit comments

Comments
 (0)