Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2020-08-29 03:23:23 +0300
committernachoparker <nacho@ownyourbits.com>2020-08-29 18:05:40 +0300
commit3cf269a305082fde9989df6c485132a2d5bb98e1 (patch)
treea2686c3551358e538e809dff20b8a241b648f506 /etc
parent4c5b207bbdec9385c58173f1f80a8822f75e7bd6 (diff)
upgrade to NC19.0.2v1.29.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/library.sh2
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/library.sh b/etc/library.sh
index 04e19392..89ecee1e 100644
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -296,7 +296,7 @@ function clear_password_fields()
function apt_install()
{
apt-get update
- apt-get install -y --no-install-recommends -o Dpkg::Options::=--force-confdef
+ apt-get install -y --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::="--force-confold" "$@"
}
function notify_admin()
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 4822ce05..5adb36ae 100644
--- a/etc/ncp-config.d/nc-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
- "value": "18.0.7"
+ "value": "19.0.2"
},
{
"id": "BETA",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 9f04d8e1..49cf7dc2 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "18.0.7",
+ "nextcloud_version": "19.0.2",
"php_version": "7.3",
"release": "buster"
}