From 00071113a2f38cec02b7c219e093bdbbbef22b5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:20:43 +0000 Subject: [PATCH 1/2] Initial plan From e1603e0a20f62adaa0343f2b02ec6aa251a17639 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:21:30 +0000 Subject: [PATCH 2/2] Remove trailing whitespace after apt update on line 13 Co-authored-by: andreak3779 <11012375+andreak3779@users.noreply.github.com> --- checkforupdates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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