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

HHVM / ISP addon does not support ARM. Removing

parent 1e41cb3a
...@@ -1182,7 +1182,10 @@ while true; do ...@@ -1182,7 +1182,10 @@ 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
install_hhvm; create_ispconfig_configuration;install_PureFTPD; if [ "$(dpkg --print-architecture | grep armhf)" != "" ]; then
install_hhvm
fi
create_ispconfig_configuration;install_PureFTPD;
install_Jailkit; install_Fail2BanDovecot; install_Fail2BanRulesDovecot; install_Jailkit; install_Fail2BanDovecot; install_Fail2BanRulesDovecot;
install_ISPConfig install_ISPConfig
read -n 1 -s -p "Press any key to continue" read -n 1 -s -p "Press any key to continue"
......
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