Browse Source

Fixed Net_IDNA2-beta installation

old-stable
gau1991 11 years ago
parent
commit
f5f0fe9ba0
  1. 2
      src/vendor/ee_ven_install_roundcube.sh

2
src/vendor/ee_ven_install_roundcube.sh

@ -6,7 +6,7 @@ function ee_mod_install_roundcube()
ee_lib_echo "Installing Roundcube dependencies, please wait..."
$EE_APT_GET install php-pear \
|| ee_lib_error "Unable to install php-pear, exit status = " $?
pear install Mail_Mime Net_SMTP Mail_mimeDecode Net_IDNA2 Auth_SASL Net_Sieve Crypt_GPG \
pear install Mail_Mime Net_SMTP Mail_mimeDecode Net_IDNA2-beta Auth_SASL Net_Sieve Crypt_GPG \
|| ee_lib_error "Unable to install pear packages, exit status = " $?
# Setup Roundcube directory

Loading…
Cancel
Save