From 3bf746bad0344c5df8d6324d7d03971b6cc5b3f7 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 25 Aug 2021 14:59:00 -0600 Subject: [PATCH] raspi: allow oldstable origins Signed-off-by: nachoparker --- changelog.md | 6 ++++-- etc/library.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index b333f9190..3dbc17079 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 bd609eab3..755a4cb23 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" "$@" }