From 7c394477bbf451cb7f84ed6d7607d679d17480c5 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 4 Dec 2024 19:32:52 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index e4ee1e4..642de81 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.5.0" +VERSION="0.5.0git" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/aquamarine -b v"$VERSION" +git clone --recurse-submodules https://github.com/hyprwm/aquamarine cp -rvf ./debian ./aquamarine/ cd ./aquamarine