From b24520218421fdb0976873748a875aa4e7761b24 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 17 Nov 2024 13:42:25 +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 b65878b..7abc6af 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.45.0" +VERSION="0.45.0git" 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