File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/
9898systemctl 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
104104tuned-adm profile virtual-host
Original file line number Diff line number Diff line change 11Unattended-Upgrade::Origins-Pattern {
2- "origin=Debian";
3- "origin=Debian Backports";
4- "origin=Proxmox";
5- "origin=OpenManage";
2+ "origin=*";
63};
74
85Unattended-Upgrade::AutoFixInterruptedDpkg "true";
You can’t perform that action at this time.
0 commit comments