From d5b68ead513c4dcea49935eacbd35d9cd6536503 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 7 Feb 2025 16:34:43 +0100 Subject: [PATCH] Update main.sh --- main.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 177bafe..400e880 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,11 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch VERSION="0.1.5-git" # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hypridle +#git clone --recurse-submodules https://github.com/hyprwm/hypridle +git clone --recurse-submodules https://github.com/PaideiaDilemma/hypridle +cd ./hypridle +git checkout fix-inhibit-and-process-stuff +cd .. cp -rvf ./debian ./hypridle/ cd ./hypridle