From e0527fa41bf801ea71849a166a145606d75d1f60 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:04:47 +0300 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 16e7cef..d873a12 100755 --- a/main.sh +++ b/main.sh @@ -8,7 +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/v.0/source-v0.41.0.tar.gz +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 cp -rvf ./debian ./hyprland-source/debian cd ./hyprland-source