Skip to content

Commit

Permalink
Add reference comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 committed Jul 26, 2023
1 parent 1f4dba2 commit 27fc36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrades/upgrade_013.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fc36d

Please sign in to comment.