From c8d6ca81d940970f278fad780d429d111e2055f7 Mon Sep 17 00:00:00 2001 From: Your Name <4760045+IanDC57@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:53:15 +0000 Subject: [PATCH] Adjusted package upgrade to include phased packages to support error-free install --- install/terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/terminal.sh b/install/terminal.sh index 2d8152cac..6cca1da7d 100644 --- a/install/terminal.sh +++ b/install/terminal.sh @@ -2,7 +2,7 @@ # Needed for all installers sudo apt update -y -sudo apt upgrade -y +sudo apt -o APT::Get::Always-Include-Phased-Updates=true dist-upgrade -y sudo apt install -y curl git unzip # Run terminal installers