Skip to content

Commit 70c828a

Browse files
authored
Replace mysql with mariadb as default.
2 parents 4d92b03 + 16f0158 commit 70c828a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

install/hst-install-ubuntu.sh

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

557557
# Excluding packages
558-
if [ "$release" != "15.04" ] && [ "$release" != "15.04" ]; then
559-
software=$(echo "$software" | sed -e "s/apache2.2-common//")
560-
fi
561-
558+
software=$(echo "$software" | sed -e "s/apache2.2-common//")
562559
if [ "$nginx" = 'no' ]; then
563560
software=$(echo "$software" | sed -e "s/^nginx//")
564561
fi

0 commit comments

Comments
 (0)