Skip to content

Commit

Permalink
DietPi-Software | PHP: Fix php-xsl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng authored Dec 20, 2017
1 parent af5a1f2 commit 2da499d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -3809,7 +3809,9 @@ _EOF_

else

AGI_ERROR_CHECKED "$PHP_APT_PACKAGE_NAME"-fpm "$PHP_APT_PACKAGE_NAME"-cgi "$PHP_APT_PACKAGE_NAME"-xsl
AGI_ERROR_CHECKED "$PHP_APT_PACKAGE_NAME"-fpm "$PHP_APT_PACKAGE_NAME"-cgi
# 'php-xsl' does not exist for >= Stretch, 'php7.0-xsl' is just dummy for 'php7.0-xml': https://github.com/Fourdee/DietPi/issues/1286
(( $DISTRO < 4 )) && AGI_ERROR_CHECKED php5-xsl

fi

Expand Down Expand Up @@ -3850,7 +3852,7 @@ _EOF_

fi

#Redis php module | >= 1 to check for existing installs (2)
#Redis php module
if (( ${aSOFTWARE_INSTALL_STATE[91]} >= 1 )); then

AGI_ERROR_CHECKED "$PHP_APT_PACKAGE_NAME"-redis
Expand Down

0 comments on commit 2da499d

Please sign in to comment.