Kaynağa Gözat

Remove software conflict for netplan.

Raphael Schneeberger 7 yıl önce
ebeveyn
işleme
aa072f8249
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -294,7 +294,7 @@ check_result $? "No access to Hestia repository"
 # Check installed packages
 # Check installed packages
 tmpfile=$(mktemp -p /tmp)
 tmpfile=$(mktemp -p /tmp)
 dpkg --get-selections > $tmpfile
 dpkg --get-selections > $tmpfile
-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
     if [ ! -z "$(grep $pkg $tmpfile)" ]; then
     if [ ! -z "$(grep $pkg $tmpfile)" ]; then
         conflicts="$pkg $conflicts"
         conflicts="$pkg $conflicts"
     fi
     fi