From ee8532ae75a250ffa4126e00f78c831b1e1bb38a Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 2 Nov 2024 11:55:16 +0100 Subject: [PATCH] Update main.sh --- main.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index b1e3e99..de04b20 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.44.1git6" +VERSION="0.44.1git7" source ./pika-build-config.sh @@ -10,6 +10,9 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream git clone --recurse-submodules https://github.com/hyprwm/hyprland +cd ./hyprland +git checkout 3852418d2446555509738bf1486940042107afe7 +cd .. cp -rvf ./debian ./hyprland/ cd ./hyprland