From 27fc36d8d77ca4a3b704916ddc4198d437eab8d8 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 26 Jul 2023 13:35:27 +0200 Subject: [PATCH] Add reference comment --- src/upgrades/upgrade_013.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upgrades/upgrade_013.sh b/src/upgrades/upgrade_013.sh index fa2bbfb..502c6f6 100644 --- a/src/upgrades/upgrade_013.sh +++ b/src/upgrades/upgrade_013.sh @@ -41,7 +41,7 @@ modify_config_file "$unattended_config_file" 'Unattended-Upgrade::Automatic-Rebo # Check and configure auto-upgrades config file auto_upgrades_file="/etc/apt/apt.conf.d/20auto-upgrades" if [ ! -f "$auto_upgrades_file" ]; then - # Create the file + # Create the file as shown in https://wiki.debian.org/UnattendedUpgrades echo "[INFO] Auto upgrades file ($auto_upgrades_file) does not exist. Creating it..." echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | debconf-set-selections dpkg-reconfigure -f noninteractive unattended-upgrades