diff --git a/main.sh b/main.sh index f5952b9..919756c 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,10 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.45.1 +git clone --recurse-submodules https://github.com/hyprwm/hyprland +cd hyprland +git checkout 6744bb57c639d5359a414eea2566328bb05c7065 +cd .. cp -rvf ./debian ./hyprland/ cd ./hyprland