aboutsummaryrefslogtreecommitdiffstats
path: root/.homeinstall
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-02-17 21:15:43 -0500
committerAndrew Manning <tamanning@zoho.com>2016-02-17 21:15:43 -0500
commitaecf9e32ef9ab1f3b730cbc865d16a862013164f (patch)
treeb8b74cbc9a09e3bf0383435820daa5e7ccdd8e67 /.homeinstall
parent879bc7192713b1411865058fad69b9ff5fdf860a (diff)
downloadvolse-hubzilla-aecf9e32ef9ab1f3b730cbc865d16a862013164f.tar.gz
volse-hubzilla-aecf9e32ef9ab1f3b730cbc865d16a862013164f.tar.bz2
volse-hubzilla-aecf9e32ef9ab1f3b730cbc865d16a862013164f.zip
Added the installation of curl to the .homeinstall script
Diffstat (limited to '.homeinstall')
-rwxr-xr-x.homeinstall/hubzilla-setup.sh6
1 files changed, 6 insertions, 0 deletions
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