Fix small errors, and remove nanorc from travis

This commit is contained in:
VirtuBox
2019-11-02 18:15:17 +01:00
parent 8df0391cab
commit 8be23bba38
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ exit_script() {
echo -e "${CGREEN}#############################################${CEND}"
echo -e ' stack install '
echo -e "${CGREEN}#############################################${CEND}"
stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc'
stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat'
for stack in $stack_list; do
echo -ne " Installing $stack [..]\r"
if {