fixed echo command

This commit is contained in:
2023-08-26 09:10:42 -05:00
parent 5101456dd9
commit 41a9abba62

View File

@@ -12,9 +12,9 @@ sed -i 's@//Unattended-Upgrade::Remove-Unused-Dependencies "false";@Unattended-U
dpkg-reconfigure --priority=high unattended-upgrades
echo "APT::Periodic::Update-Package-Lists "1";" > /etc/apt/apt.conf.d/20auto-upgrades
echo "APT::Periodic::Update-Package-Lists \"1\";" > /etc/apt/apt.conf.d/20auto-upgrades
echo "APT::Periodic::Unattended-Upgrade "1";" >> /etc/apt/apt.conf.d/20auto-upgrades
echo "APT::Periodic::Unattended-Upgrade \"1\";" >> /etc/apt/apt.conf.d/20auto-upgrades
systemctl enable unattended-upgrades