diff options
author | redmatrix <git@macgirvin.com> | 2016-02-18 00:23:31 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-18 00:23:31 -0800 |
commit | 912ebfebffa703fd9cd2dcd0d2dd444eacf671b8 (patch) | |
tree | 34f79eef44d5058010ad417964d082837f64803d | |
parent | 76bf892f9f52c0deee313a89929185e332877f85 (diff) | |
parent | 12a9b49c6d774815aa4eb9945001ec3aa6348b80 (diff) | |
download | volse-hubzilla-912ebfebffa703fd9cd2dcd0d2dd444eacf671b8.tar.gz volse-hubzilla-912ebfebffa703fd9cd2dcd0d2dd444eacf671b8.tar.bz2 volse-hubzilla-912ebfebffa703fd9cd2dcd0d2dd444eacf671b8.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
-rwxr-xr-x | .homeinstall/hubzilla-setup.sh | 6 |
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 |