From ba725b8bc9219b31a7e35f1f65981465af276bd2 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 19 Oct 2023 20:39:05 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 0634ab1..63d1117 100755 --- a/main.sh +++ b/main.sh @@ -3,8 +3,8 @@ DEBIAN_FRONTEND=noninteractive # Clone Upstream -wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.30.0/source-v0.30.0.tar.gz -tar -xf ./source-v0.30.0.tar.gz +wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.31.0/source-v0.31.0.tar.gz +tar -xf ./source-v0.31.0.tar.gz cp -rvf ./debian ./hyprland-source cd ./hyprland-source