Skip to content

Commit 328fb04

Browse files
committed
check installed packages except bind9
1 parent 2842df8 commit 328fb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fi
111111
# Check installed packages
112112
tmpfile=$(mktemp -p /tmp)
113113
dpkg --get-selections > $tmpfile
114-
for pkg in exim4 bind9 mysql-server apache2 nginx vesta; do
114+
for pkg in exim4 mysql-server apache2 nginx vesta; do
115115
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
116116
conflicts="$pkg $conflicts"
117117
fi

0 commit comments

Comments
 (0)