diff --git a/checkforupdates.sh b/checkforupdates.sh index 5b34f97..260e257 100644 --- a/checkforupdates.sh +++ b/checkforupdates.sh @@ -10,7 +10,7 @@ fi echo "=== System Update Started ===" echo "Updating package lists..." -apt update +apt update echo "Upgrading packages..." apt upgrade --assume-yes