From f5895995e6c642ae29bd8df61de871a62d44317d Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:34:12 +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 3a27349..b3a35b3 100755 --- a/main.sh +++ b/main.sh @@ -5,7 +5,7 @@ DEBIAN_FRONTEND=noninteractive # 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 -cp -rvf ./debian ./hyprland-source/ +cp -rvf ./debian ./hyprland-source/debian cd ./hyprland-source #sed -i 's/\/usr\/local/\/usr/g' config.mk