From df83f625bad64003bcc710b55001701c30be39b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:20:50 +0000 Subject: [PATCH 1/2] Initial plan From 002e15b0249074abb1b1b178c3bf2b0b8b306aa2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:22:28 +0000 Subject: [PATCH 2/2] Fix GAPPS installation URL to use official SourceForge endpoint Co-authored-by: Shmayro <6267648+Shmayro@users.noreply.github.com> --- first-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-boot.sh b/first-boot.sh index 20aafe0..f69c81d 100755 --- a/first-boot.sh +++ b/first-boot.sh @@ -44,7 +44,7 @@ prepare_system() { install_gapps() { prepare_system echo "Installing GAPPS ..." - wget https://netcologne.dl.sourceforge.net/project/opengapps/x86_64/20220503/open_gapps-x86_64-11.0-pico-20220503.zip?viasf=1 -O gapps-11.zip + wget https://sourceforge.net/projects/opengapps/files/x86_64/20220503/open_gapps-x86_64-11.0-pico-20220503.zip/download -O gapps-11.zip unzip gapps-11.zip 'Core/*' -d gapps-11 && rm gapps-11.zip rm gapps-11/Core/setup* lzip -d gapps-11/Core/*.lz