From 772a5a9879a26b015bcdb3281c527bd43dd856f5 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:39 +0000 Subject: [PATCH 1/2] Initial plan From 0886847918d3dc6e151a7f105e108b1125038cd1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:22:11 +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