From ba4fc798df27255e627665fba5c95692fccc7ec0 Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 12 Nov 2024 17:42:38 +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 9298b30..4731281 100755 --- a/main.sh +++ b/main.sh @@ -10,7 +10,7 @@ VERSION="0.8.9" # Clone Upstream git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v"$VERSION" -cp -rvf ./Makefile ./walker/ +cp -rvf ./Makefile-v3 ./walker/ cp -rvf ./debian ./walker/ cd ./walker