Commit ec665a97 authored by Joshua Tauberer's avatar Joshua Tauberer

ownCloud 8.1.1

Only core. The apps don't seem to have been updated.
parent fc536b6f
...@@ -16,7 +16,7 @@ DNS: ...@@ -16,7 +16,7 @@ DNS:
System: System:
* ownCloud updated to version 8.1.0. * ownCloud updated to version 8.1.1.
* When upgrading, network checks like blocked port 25 are now skipped. * When upgrading, network checks like blocked port 25 are now skipped.
* Tweaks to the intrusion detection rules for IMAP. * Tweaks to the intrusion detection rules for IMAP.
* Improve the sort order of the domains in the status checks. * Improve the sort order of the domains in the status checks.
......
...@@ -15,8 +15,9 @@ apt_install \ ...@@ -15,8 +15,9 @@ apt_install \
apt-get purge -qq -y owncloud* apt-get purge -qq -y owncloud*
# Install ownCloud from source of this version: # Install ownCloud from source of this version:
owncloud_ver=8.1.0 owncloud_ver=8.1.1
owncloud_hash=c538b2dd5477ce962777321abe0747e37d8f8635 owncloud_hash=34077e78575a3e689825a00964ee37fbf83fbdda
owncloud_apps_ver=8.1.0
# Migrate <= v0.10 setups that stored the ownCloud config.php in /usr/local rather than # Migrate <= v0.10 setups that stored the ownCloud config.php in /usr/local rather than
# in STORAGE_ROOT. Move the file to STORAGE_ROOT. # in STORAGE_ROOT. Move the file to STORAGE_ROOT.
...@@ -51,8 +52,8 @@ if [ ! -d /usr/local/lib/owncloud/ ] \ ...@@ -51,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 v$owncloud_ver '' /usr/local/lib/owncloud/apps/contacts git_clone https://github.com/owncloud/contacts v$owncloud_apps_ver '' /usr/local/lib/owncloud/apps/contacts
git_clone https://github.com/owncloud/calendar v$owncloud_ver '' /usr/local/lib/owncloud/apps/calendar git_clone https://github.com/owncloud/calendar v$owncloud_apps_ver '' /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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment