Skip to content

Commit

Permalink
unattended-upgrades: update raspbian origins
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed Aug 1, 2021
1 parent 7660530 commit 4300e30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ncp/UPDATES/unattended-upgrades.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
File renamed without changes.

0 comments on commit 4300e30

Please sign in to comment.