Skip to content

Commit

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

0 comments on commit 1f4dba2

Please sign in to comment.