From eb7c291f80b9744dd76d46f2b7fc812c0145818c Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 20 Oct 2024 20:54:31 +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 4991b88..016c702 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.44.1" +VERSION="0.44.2-git1" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v"$VERSION" +git clone --recurse-submodules https://github.com/hyprwm/hyprland cp -rvf ./debian ./hyprland/ cd ./hyprland