From a7945fb4fc32f2b08387b287cbfa01f3ca841515 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 30 Aug 2024 11:43:23 +0200 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 9270df6..d82b987 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.3.3" +VERSION="0.3.3-git" 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