We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148818e commit 3e2ce6cCopy full SHA for 3e2ce6c
install/hst-install-debian.sh
@@ -328,7 +328,7 @@ tmpfile=$(mktemp -p /tmp)
328
dpkg --get-selections > $tmpfile
329
for pkg in exim4 mariadb-server apache2 nginx hestia postfix; do
330
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
331
- conflicts="$pkg $conflicts"
+ conflicts="$pkg* $conflicts"
332
fi
333
done
334
rm -f $tmpfile
install/hst-install-ubuntu.sh
@@ -306,7 +306,7 @@ tmpfile=$(mktemp -p /tmp)
306
307
for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw; do
308
309
310
311
312
0 commit comments