Browse Source

Update hst-install-ubuntu.sh

Alexandros Ioannides 7 years ago
parent
commit
3979bb3c64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/hst-install-ubuntu.sh

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

@@ -554,6 +554,7 @@ rm -rf $HESTIA > /dev/null 2>&1
 #                     Package Excludes                     #
 #----------------------------------------------------------#
 
+# Excluding packages
 if [ "$nginx" = 'no'  ]; then
     software=$(echo "$software" | sed -e "s/^nginx//")
 fi