From af5e3c04dea3f300d65134c8fe007d08344a0943 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 18:31:46 +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 c0b164d..4287a61 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.44.1git2" +VERSION="0.44.1git3" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprland +git clone --recurse-submodules https://github.com/gulafaran/Hyprland -b cursor-move cp -rvf ./debian ./hyprland/ cd ./hyprland