We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518769 commit aa072f8Copy full SHA for aa072f8
1 file changed
install/hst-install-ubuntu.sh
@@ -294,7 +294,7 @@ check_result $? "No access to Hestia repository"
294
# Check installed packages
295
tmpfile=$(mktemp -p /tmp)
296
dpkg --get-selections > $tmpfile
297
-for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw netplan; do
+for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw; do
298
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
299
conflicts="$pkg $conflicts"
300
fi
0 commit comments