From fa17edef2778d0a696535661ec1cf8af175b7286 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:48:14 +0300 Subject: [PATCH] initial commit --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 2b286c8..bbc0fba 100755 --- a/main.sh +++ b/main.sh @@ -7,8 +7,8 @@ set -e apt-get update # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprcursor -b v0.3.10 -cd hyprcursor +git clone --recurse-submodules https://github.com/hyprwm/hyprwayland-scanner -b v0.3.10 +cd hyprwayland-scanner cp -rvf ../debian ./ # Get build deps