From 65c693f39f167760f1b852180935abf056a397b2 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 30 Aug 2024 11:58:57 +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 56499b5..c5ffc7c 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.42.0" +VERSION="0.42.0-git" 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