aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-18 13:53:13 +1100
committerredmatrix <git@macgirvin.com>2016-02-18 13:53:13 +1100
commit12a9b49c6d774815aa4eb9945001ec3aa6348b80 (patch)
treeb8b74cbc9a09e3bf0383435820daa5e7ccdd8e67
parent879bc7192713b1411865058fad69b9ff5fdf860a (diff)
parentaecf9e32ef9ab1f3b730cbc865d16a862013164f (diff)
downloadvolse-hubzilla-12a9b49c6d774815aa4eb9945001ec3aa6348b80.tar.gz
volse-hubzilla-12a9b49c6d774815aa4eb9945001ec3aa6348b80.tar.bz2
volse-hubzilla-12a9b49c6d774815aa4eb9945001ec3aa6348b80.zip
Merge pull request #285 from anaqreon/master
Added the installation of curl to the .homeinstall script
-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