Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
33d07b2b
Commit
33d07b2b
authored
Mar 01, 2016
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ownCloud moved their source code to a new location, breaking our installation script.
Fixes #741.
parent
f9ca440c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGELOG.md
CHANGELOG.md
+5
-0
owncloud.sh
setup/owncloud.sh
+2
-2
No files found.
CHANGELOG.md
View file @
33d07b2b
CHANGELOG
CHANGELOG
=========
=========
In Development
--------------
ownCloud moved their source code to a new location, breaking our installation script.
v0.17 (February 25, 2016)
v0.17 (February 25, 2016)
-------------------------
-------------------------
...
...
setup/owncloud.sh
View file @
33d07b2b
...
@@ -52,8 +52,8 @@ if [ ! -d /usr/local/lib/owncloud/ ] \
...
@@ -52,8 +52,8 @@ if [ ! -d /usr/local/lib/owncloud/ ] \
# The two apps we actually want are not in ownCloud core. Clone them from
# The two apps we actually want are not in ownCloud core. Clone them from
# their github repositories.
# their github repositories.
mkdir
-p
/usr/local/lib/owncloud/apps
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
archive
/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/owncloud
archive
/calendar ec53139b144c0f842c33813305612e8006c42ea5
''
/usr/local/lib/owncloud/apps/calendar
# Fix weird permissions.
# Fix weird permissions.
chmod
750 /usr/local/lib/owncloud/
{
apps,config
}
chmod
750 /usr/local/lib/owncloud/
{
apps,config
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment