From d330f407579bf5ef8eaa368b25c4391c3759d407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kozlovsk=C3=BD?= Date: Tue, 15 Aug 2017 17:27:10 +0200 Subject: [PATCH] Use spreed for video conferences in Nextcloud I've tested this patch, it's working like a charm ! --- setup/owncloud.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 8602af08..d4c182f2 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -64,6 +64,12 @@ InstallNextcloud() { wget_verify https://github.com/nextcloud/calendar/releases/download/v1.5.3/calendar.tar.gz b370352d1f280805cc7128f78af4615f623827f8 /tmp/calendar.tgz tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/ rm /tmp/calendar.tgz + + local SPREED_VERSION=2.0.1 + wget_verify https://github.com/nextcloud/spreed/archive/v${SPREED_VERSION}.tar.gz 6b768afd685e84bef3414c4af734734f47b35298 /tmp/spreed.tgz + tar xf /tmp/spreed.tgz -C /usr/local/lib/owncloud/apps/ + rm /tmp/spreed.tgz + mv /usr/local/lib/owncloud/apps/spreed-${SPREED_VERSION} /usr/local/lib/owncloud/apps/spreed # Fix weird permissions. chmod 750 /usr/local/lib/owncloud/{apps,config}