From f2d27d543d77d290b551df03086efb54db990956 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 19 Feb 2016 20:43:28 -0500 Subject: Added sendmail installation to .homeinstall script so that hub can send email notifications --- .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 1a584b49c..caa46950c 100755 --- a/.homeinstall/hubzilla-setup.sh +++ b/.homeinstall/hubzilla-setup.sh @@ -225,6 +225,11 @@ function install_curl { nocheck_install "curl" } +function install_sendmail { + print_info "installing sendmail..." + nocheck_install "sendmail" +} + function install_php { # openssl and mbstring are included in libapache2-mod-php5 # to_to: php5-suhosin @@ -823,6 +828,7 @@ sslconf=/etc/apache2/sites-available/default-ssl.conf check_config update_upgrade install_curl +install_sendmail install_apache install_php install_mysql -- cgit v1.2.3