Upgrade NextCloud to 13.06 (#1436)
This commit is contained in:
parent
504a9b0abc
commit
6eb9055275
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ In Development
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
* Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup.
|
* Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup.
|
||||||
* Update to Nextcloud 13.0.5.
|
* Update to Nextcloud 13.0.6.
|
||||||
* Update to Roundcube 1.3.7.
|
* Update to Roundcube 1.3.7.
|
||||||
* Update to Z-Push 2.4.4.
|
* Update to Z-Push 2.4.4.
|
||||||
|
|
||||||
|
|
|
@ -154,8 +154,8 @@ InstallOwncloud() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
owncloud_ver=13.0.5
|
owncloud_ver=13.0.6
|
||||||
owncloud_hash=e2b4a4bebd4fac14feae1e6e8997682f73fa8b50
|
owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6
|
||||||
|
|
||||||
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
|
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
|
||||||
if [ ! -d /usr/local/lib/owncloud/ ] \
|
if [ ! -d /usr/local/lib/owncloud/ ] \
|
||||||
|
|
Loading…
Reference in a new issue