From 9d6f6e95669cfa686293a7a321a9f4c39b577193 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 11 Nov 2024 21:14:23 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 605368b..32fbb5d 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/Aylur/ags.git +git clone --recurse-submodules https://github.com/ferrreo/ags.git cp -rvf ./debian ./ags/ cd ./ags