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
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2021-08-25 23:59:00 +0300
committernachoparker <nacho@ownyourbits.com>2021-08-25 23:59:04 +0300
commit3bf746bad0344c5df8d6324d7d03971b6cc5b3f7 (patch)
tree71aea0bb85f9a8171cc69fd786e16fab2bc3f113
parente23b252f92d42410c6ab33f146b892c31248cf4d (diff)
raspi: allow oldstable originsv1.38.6
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--changelog.md6
-rw-r--r--etc/library.sh2
2 files changed, 5 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index b333f919..3dbc1707 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.38.5](https://github.com/nextcloud/nextcloudpi/commit/2b45f65) (2021-08-17) nc-init: drop News for 32-bit :(
+[v1.38.6](https://github.com/nextcloud/nextcloudpi/commit/79a5020) (2021-08-25) raspi: allow oldstable origins
-[v1.38.4](https://github.com/nextcloud/nextcloudpi/commit/bb720be) (2021-08-17) build: make sure we clean /.ncp-image in old builds
+[v1.38.5](https://github.com/nextcloud/nextcloudpi/commit/e23b252) (2021-08-17) nc-init: drop News for 32-bit :(
+
+[v1.38.4 ](https://github.com/nextcloud/nextcloudpi/commit/bb720be) (2021-08-17) build: make sure we clean /.ncp-image in old builds
[v1.38.3](https://github.com/nextcloud/nextcloudpi/commit/9642cf9) (2021-08-17) unattended-upgrades: update raspbian origins
diff --git a/etc/library.sh b/etc/library.sh
index bd609eab..755a4cb2 100644
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -328,7 +328,7 @@ function clear_password_fields()
function apt_install()
{
- apt-get update
+ apt-get update --allow-releaseinfo-change
apt-get install -y --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::="--force-confold" "$@"
}