Skip to content

Commit c900543

Browse files
CopilotShmayro
andauthored
fix: use official SourceForge endpoint GAPPS installation (#40)
* Fix GAPPS installation URL to use official SourceForge endpoint --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Shmayro <6267648+Shmayro@users.noreply.github.com>
1 parent 35df4c0 commit c900543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ prepare_system() {
4444
install_gapps() {
4545
prepare_system
4646
echo "Installing GAPPS ..."
47-
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
47+
wget https://sourceforge.net/projects/opengapps/files/x86_64/20220503/open_gapps-x86_64-11.0-pico-20220503.zip/download -O gapps-11.zip
4848
unzip gapps-11.zip 'Core/*' -d gapps-11 && rm gapps-11.zip
4949
rm gapps-11/Core/setup*
5050
lzip -d gapps-11/Core/*.lz

0 commit comments

Comments
 (0)