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 499e6c7 commit 7a2e35bCopy full SHA for 7a2e35b
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; do
+for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw netplan; do
298
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
299
conflicts="$pkg $conflicts"
300
fi
0 commit comments