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-01 05:38:07 +0300
committernachoparker <nacho@ownyourbits.com>2021-08-01 05:38:17 +0300
commit4300e30d78cd3f8b103a15eac0aa6dfc157e230f (patch)
tree85896c89d120ee109ed37186b3dec2126f2450cd
parent7660530a4ef7ff4ce3fcfe16ed92fb5afb8ac6ef (diff)
unattended-upgrades: update raspbian originsv1.37.2
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/UPDATES/unattended-upgrades.sh2
-rw-r--r--changelog.md4
-rw-r--r--updates/1.38.0.sh (renamed from updates/1.37.0.sh)0
3 files changed, 4 insertions, 2 deletions
diff --git a/bin/ncp/UPDATES/unattended-upgrades.sh b/bin/ncp/UPDATES/unattended-upgrades.sh
index aab450a1..df4ec8bb 100644
--- a/bin/ncp/UPDATES/unattended-upgrades.sh
+++ b/bin/ncp/UPDATES/unattended-upgrades.sh
@@ -33,7 +33,7 @@ Unattended-Upgrade::Automatic-Reboot-Time "04:00";
Unattended-Upgrade::Origins-Pattern {
o=Debian,n=$RELEASE;
o=deb.sury.org,n=$RELEASE;
-o="Raspbian",n=$RELEASE;
+o="Raspberry Pi Foundation",n=$RELEASE;
}
Dpkg::Options {
"--force-confdef";
diff --git a/changelog.md b/changelog.md
index b6e9f64b..136791cc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v1.37.1](https://github.com/nextcloud/nextcloudpi/commit/0a0cc5a) (2021-07-06) ncp-app: bump to NC21
+[v1.37.2](https://github.com/nextcloud/nextcloudpi/commit/637ccfe) (2021-07-31) unattended-upgrades: update raspbian origins
+
+[v1.37.1 ](https://github.com/nextcloud/nextcloudpi/commit/b1ffd70) (2021-07-06) ncp-app: bump to NC21
[v1.37.0 ](https://github.com/nextcloud/nextcloudpi/commit/effdd6c) (2021-07-03) upgrade to NC20.0.11
diff --git a/updates/1.37.0.sh b/updates/1.38.0.sh
index da5d63fe..da5d63fe 100644
--- a/updates/1.37.0.sh
+++ b/updates/1.38.0.sh