|
|
@@ -306,7 +306,7 @@ tmpfile=$(mktemp -p /tmp)
|
|
|
dpkg --get-selections > $tmpfile
|
|
|
for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw; do
|
|
|
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
|
|
|
- conflicts="$pkg $conflicts"
|
|
|
+ conflicts="$pkg* $conflicts"
|
|
|
fi
|
|
|
done
|
|
|
rm -f $tmpfile
|