Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-11-11 23:26:40 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-11 23:45:55 +0300
commitf3666d6a34e72621142b45a67394ca61f7ad9c8e (patch)
tree8f39357632572ab0e2c68f3c2d3b0cbe096e5c5b /etc
parentb0b18c2c0e27613e42bcf0922e56216fdf1164bb (diff)
build: package php7.2-imagick now availablev0.66.4
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index b4b07fd8..0b930b36 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -43,10 +43,8 @@ install()
# Optional packets for Nextcloud and Apps
apt-get update
$APTINSTALL lbzip2 iputils-ping
- $APTINSTALL -t $RELEASE php-smbclient # for external storage
- [[ "$(uname -m)" == "x86_64" ]] && {
- $APTINSTALL -t $RELEASE imagemagick php-imagick php${PHPVER}-exif # for gallery
- } # TODO fixme when armhf version is available for php7.2
+ $APTINSTALL -t $RELEASE php-smbclient # for external storage
+ $APTINSTALL -t $RELEASE imagemagick php${PHPVER}-imagick php${PHPVER}-exif # for gallery
# POSTFIX