Skip to content

Commit f92b539

Browse files
committed
Exclude additional package for debian only.
1 parent 0f80331 commit f92b539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ if [ "$iptables" = 'no' ] || [ "$fail2ban" = 'no' ]; then
673673
software=$(echo "$software" | sed -e 's/fail2ban//')
674674
fi
675675
if [ "$phpfpm" = 'yes' ]; then
676+
software=$(echo "$software" | sed -e 's/php//')
676677
software=$(echo "$software" | sed -e 's/php-pgsql//')
677678
software=$(echo "$software" | sed -e 's/php-curl//')
678679
software=$(echo "$software" | sed -e 's/php-common//')

0 commit comments

Comments
 (0)