From c741117652ce16298d73cb4662e5fd90c4e0d073 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:19:54 +0300 Subject: [PATCH] 0.41.2 --- main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.sh b/main.sh index d873a12..5abd858 100755 --- a/main.sh +++ b/main.sh @@ -8,8 +8,7 @@ apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin DEBIAN_FRONTEND=noninteractive # Clone Upstream -wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.41.0/source-v0.41.0.tar.gz -tar -xf ./source-v0.41.0.tar.gz +git clone ./hyprland https://github.com/hyprwm/Hyprland -b v0.41.2 --depth=1 cp -rvf ./debian ./hyprland-source/debian cd ./hyprland-source