mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
check installed packages except bind9
This commit is contained in:
parent
2842df892e
commit
328fb045b3
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ fi
|
|||
# Check installed packages
|
||||
tmpfile=$(mktemp -p /tmp)
|
||||
dpkg --get-selections > $tmpfile
|
||||
for pkg in exim4 bind9 mysql-server apache2 nginx vesta; do
|
||||
for pkg in exim4 mysql-server apache2 nginx vesta; do
|
||||
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
|
||||
conflicts="$pkg $conflicts"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue