Commit bf578b5d authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Correct implementation of arm arch test

parent edcaa4c8
...@@ -1182,9 +1182,7 @@ while true; do ...@@ -1182,9 +1182,7 @@ while true; do
fi fi
choose_webserver; install_basic; install_DashNTP; install_MySQL; install_MySQLDovecot; install_Virus; install_$server; choose_webserver; install_basic; install_DashNTP; install_MySQL; install_MySQLDovecot; install_Virus; install_$server;
install_phpmyadmin install_phpmyadmin
if [ "$(dpkg --print-architecture | grep armhf)" != "" ]; then [[ -z "$(dpkg --print-architecture | grep arm)" ]] && install_hhvm
install_hhvm
fi
create_ispconfig_configuration;install_PureFTPD; create_ispconfig_configuration;install_PureFTPD;
install_Jailkit; install_Fail2BanDovecot; install_Fail2BanRulesDovecot; install_Jailkit; install_Fail2BanDovecot; install_Fail2BanRulesDovecot;
install_ISPConfig install_ISPConfig
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment