From 66b88aac00cb0abfbfe86bc378c2ccb919e599c9 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 13 Nov 2024 14:13:06 +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 4d3526f..587cd0d 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch VERSION="0.8.9" # Clone Upstream -git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v"$VERSION" +git clone --recurse-submodules https://github.com/abenz1267/walker.git if [[ "$PIKA_BUILD_ARCH" == "amd64-v3" ]] then cp -rvf ./Makefile-v3 ./walker/Makefile