Skip to content

Commit 16f0158

Browse files
Update hst-install-ubuntu.sh
1 parent 3979bb3 commit 16f0158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ rm -rf $HESTIA > /dev/null 2>&1
555555
#----------------------------------------------------------#
556556

557557
# Excluding packages
558+
software=$(echo "$software" | sed -e "s/apache2.2-common//")
558559
if [ "$nginx" = 'no' ]; then
559560
software=$(echo "$software" | sed -e "s/^nginx//")
560561
fi

0 commit comments

Comments
 (0)