From 1f4dba2f8b7c57a8204fc6a76fb57105776b25d6 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 26 Jul 2023 13:34:10 +0200 Subject: [PATCH] Use apt-get --- src/upgrades/upgrade_013.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/upgrades/upgrade_013.sh b/src/upgrades/upgrade_013.sh index b999f2d..fa2bbfb 100644 --- a/src/upgrades/upgrade_013.sh +++ b/src/upgrades/upgrade_013.sh @@ -9,8 +9,8 @@ dpkg -s unattended-upgrades if [ $? -ne 0 ]; then # Install unattended-upgrades echo "[INFO] Installing unattended-upgrades..." - apt update - apt install -y unattended-upgrades + apt-get update + apt-get install -y unattended-upgrades fi # Modifies a config file