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
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-07-04 01:17:00 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-06 06:43:58 +0300
commit521c03ff959b1cedfaf111301c1873089780a97e (patch)
treeae17f516faaf9d40da6490e50de6b83fdfc1db90
parent35526ab9fcfc538b68a10bbf449d6b1fe5ea7d6d (diff)
build: dont include imagick
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/CONFIG/nc-nextcloud.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ncp/CONFIG/nc-nextcloud.sh b/bin/ncp/CONFIG/nc-nextcloud.sh
index fdbb5f32..b88c9f15 100644
--- a/bin/ncp/CONFIG/nc-nextcloud.sh
+++ b/bin/ncp/CONFIG/nc-nextcloud.sh
@@ -25,7 +25,8 @@ install()
apt-get update
$APTINSTALL lbzip2 iputils-ping jq
$APTINSTALL -t $RELEASE php-smbclient exfat-fuse exfat-utils # for external storage
- $APTINSTALL -t $RELEASE imagemagick php${PHPVER}-imagick php${PHPVER}-exif # for gallery
+ $APTINSTALL -t $RELEASE php${PHPVER}-exif # for gallery
+ #$APTINSTALL -t imagemagick php${PHPVER}-imagick # for gallery
# POSTFIX