File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ check_result $? "No access to Hestia repository"
316316# Check installed packages
317317tmpfile=$( mktemp -p /tmp)
318318dpkg --get-selections > $tmpfile
319- for pkg in exim4 mariadb-server apache2 nginx hestia; do
319+ for pkg in exim4 mariadb-server apache2 nginx hestia postfix ; do
320320 if [ ! -z " $( grep $pkg $tmpfile ) " ]; then
321321 conflicts=" $pkg $conflicts "
322322 fi
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ check_result $? "No access to Hestia repository"
294294# Check installed packages
295295tmpfile=$( mktemp -p /tmp)
296296dpkg --get-selections > $tmpfile
297- for pkg in exim4 mariadb-server apache2 nginx hestia; 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
You can’t perform that action at this time.
0 commit comments