diff --git a/main.sh b/main.sh index 05a3b8a..0d39014 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="0.44.1git4" +VERSION="0.44.1git5" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprland +git clone --recurse-submodules https://github.com/gulafaran/hyprland -b minors cp -rvf ./debian ./hyprland/ cd ./hyprland