From 8330cb0c9dccc6600d307f4bfa103affb592984f Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 27 Oct 2020 12:26:07 +0100 Subject: [PATCH] Fix Github actions --- tests/travis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/travis.sh b/tests/travis.sh index d0e825e..1584965 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -31,7 +31,11 @@ exit_script() { echo -e "${CGREEN}#############################################${CEND}" echo -e ' stack install ' echo -e "${CGREEN}#############################################${CEND}" +if [ "$wo_distro" != "xenial" ]; then stack_list='nginx php php73 php74 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis sendmail phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc' +else +stack_list='nginx php php73 php74 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc' +fi for stack in $stack_list; do echo -ne " Installing $stack [..]\r" if {