Skip to content

Commit

Permalink
Fix for new naming of pear and pecl packages, added pkg update, got s…
Browse files Browse the repository at this point in the history
…ome error messages without (#341)
  • Loading branch information
Infern1 authored and msimerson committed Apr 19, 2018
1 parent 6f373cb commit 873153c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions provision-horde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ install_horde()
tell_status "making vpopmail dir"
mkdir -p "$STAGE_MNT/usr/local/vpopmail" || exit

install_php 56 || exit
stage_exec pkg update -f
install_php 56 "simplexml ftp gd fileinfo tidy" || exit
install_nginx || exit

tell_status "installing Horde IMP and Ingo "
stage_pkg_install horde-ingo
stage_pkg_install horde-imp
install_php 56 "simplexml ftp gd fileinfo tidy"
stage_pkg_install pecl-imagick
stage_pkg_install php56-horde-ingo
stage_pkg_install php56-horde-imp
stage_pkg_install php56-pecl-imagick
}

enable_ftp_server_ingo()
Expand Down Expand Up @@ -465,7 +465,7 @@ test_horde()
{
test_nginx
test_php_fpm
stage_listening 21
# stage_listening 21
echo "it worked"
}

Expand Down

0 comments on commit 873153c

Please sign in to comment.