From 33d07b2b547b6c32d1880e9772db9af89db1e7ee Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 1 Mar 2016 07:17:46 -0500 Subject: [PATCH] ownCloud moved their source code to a new location, breaking our installation script. Fixes #741. --- CHANGELOG.md | 5 +++++ setup/owncloud.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8bdc9d..14330b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +In Development +-------------- + +ownCloud moved their source code to a new location, breaking our installation script. + v0.17 (February 25, 2016) ------------------------- diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 11c33dc6..c71c3ffb 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -52,8 +52,8 @@ if [ ! -d /usr/local/lib/owncloud/ ] \ # The two apps we actually want are not in ownCloud core. Clone them from # their github repositories. mkdir -p /usr/local/lib/owncloud/apps - git_clone https://github.com/owncloud/contacts 4ff855e7c2075309041bead09fbb9eb7df678244 '' /usr/local/lib/owncloud/apps/contacts - git_clone https://github.com/owncloud/calendar ec53139b144c0f842c33813305612e8006c42ea5 '' /usr/local/lib/owncloud/apps/calendar + git_clone https://github.com/owncloudarchive/contacts 4ff855e7c2075309041bead09fbb9eb7df678244 '' /usr/local/lib/owncloud/apps/contacts + git_clone https://github.com/owncloudarchive/calendar ec53139b144c0f842c33813305612e8006c42ea5 '' /usr/local/lib/owncloud/apps/calendar # Fix weird permissions. chmod 750 /usr/local/lib/owncloud/{apps,config}