From aecf9e32ef9ab1f3b730cbc865d16a862013164f Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Wed, 17 Feb 2016 21:15:43 -0500 Subject: Added the installation of curl to the .homeinstall script --- .homeinstall/hubzilla-setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.homeinstall') diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh index ec401e713..1a584b49c 100755 --- a/.homeinstall/hubzilla-setup.sh +++ b/.homeinstall/hubzilla-setup.sh @@ -220,6 +220,11 @@ function install_apache { nocheck_install "apache2 apache2-utils" } +function install_curl { + print_info "installing curl..." + nocheck_install "curl" +} + function install_php { # openssl and mbstring are included in libapache2-mod-php5 # to_to: php5-suhosin @@ -817,6 +822,7 @@ sslconf=/etc/apache2/sites-available/default-ssl.conf check_config update_upgrade +install_curl install_apache install_php install_mysql -- cgit v1.2.3