1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-29 04:17:07 +00:00
This commit is contained in:
Jiří Kozlovský 2017-08-15 15:28:09 +00:00 committed by GitHub
commit d6c759e4b5

View File

@ -65,6 +65,12 @@ InstallNextcloud() {
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}