From 4ccb0e59b31c7130648520e3536414a0d02db957 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:21:53 +0300 Subject: [PATCH] Update main.sh --- main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index 5abd858..b6f95cc 100755 --- a/main.sh +++ b/main.sh @@ -8,9 +8,9 @@ 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 -git clone ./hyprland https://github.com/hyprwm/Hyprland -b v0.41.2 --depth=1 -cp -rvf ./debian ./hyprland-source/debian -cd ./hyprland-source +git clone -b v0.41.2 --depth=1 https://github.com/hyprwm/Hyprland ./hyprland +cp -rvf ./debian ./hyprland/debian +cd ./hyprland #sed -i 's/\/usr\/local/\/usr/g' config.mk #sed -E -i -e 's/(soversion = 12)([^032]|$$)/soversion = 12032/g' subprojects/wlroots/meson.build