From 725b1df9e6560d074a521855927fff11e28b4310 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:50:28 +0300 Subject: [PATCH] Update main.sh --- main.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index c18eaaf..462b901 100755 --- a/main.sh +++ b/main.sh @@ -1,13 +1,12 @@ #! /bin/bash +set -e + DEBIAN_FRONTEND=noninteractive -# Dead Pika Release Quirk?? -apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y - # Clone Upstream -wget -nv https://github.com/hyprwm/Hyprland/releases/download/v.0/source-v.0.tar.gz -tar -xf ./source-v.0.tar.gz +wget -nv https://github.com/hyprwm/Hyprland/releases/download/v.0/source-v0.41.0.tar.gz +tar -xf ./source-v0.41.0.tar.gz cp -rvf ./debian ./hyprland-source/debian cd ./hyprland-source