Skip to content

Commit aa072f8

Browse files
committed
Remove software conflict for netplan.
1 parent c518769 commit aa072f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ check_result $? "No access to Hestia repository"
294294
# Check installed packages
295295
tmpfile=$(mktemp -p /tmp)
296296
dpkg --get-selections > $tmpfile
297-
for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw netplan; do
297+
for pkg in exim4 mariadb-server apache2 nginx hestia postfix ufw; do
298298
if [ ! -z "$(grep $pkg $tmpfile)" ]; then
299299
conflicts="$pkg $conflicts"
300300
fi

0 commit comments

Comments
 (0)