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/bin
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 /bin
parent7660530a4ef7ff4ce3fcfe16ed92fb5afb8ac6ef (diff)
unattended-upgrades: update raspbian originsv1.37.2
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/ncp/UPDATES/unattended-upgrades.sh2
1 files changed, 1 insertions, 1 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";