Skip to content

Commit 51e8235

Browse files
committed
Use wildcard for apt origins pattern
Signed-off-by: Tommy <[email protected]>
1 parent 22ac9d8 commit 51e8235

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Proxmox-8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/
9898
systemctl restart pveproxy.service
9999

100100
# Configure automatic updates
101-
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/refs/heads/main/etc/apt/apt.conf.d/52unattended-upgrades-local-proxmox | tee /etc/apt/apt.conf.d/52unattended-upgrades-local > /dev/null
101+
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/refs/heads/main/etc/apt/apt.conf.d/52unattended-upgrades-local | tee /etc/apt/apt.conf.d/52unattended-upgrades-local > /dev/null
102102

103103
# Setup tuned
104104
tuned-adm profile virtual-host

etc/apt/apt.conf.d/52unattended-upgrades-local-proxmox renamed to etc/apt/apt.conf.d/52unattended-upgrades-local

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
Unattended-Upgrade::Origins-Pattern {
2-
"origin=Debian";
3-
"origin=Debian Backports";
4-
"origin=Proxmox";
5-
"origin=OpenManage";
2+
"origin=*";
63
};
74

85
Unattended-Upgrade::AutoFixInterruptedDpkg "true";

0 commit comments

Comments
 (0)