From f54c3882280590ccc7d42d9f6619f346a0d402df Mon Sep 17 00:00:00 2001 From: Froggo Date: Tue, 4 Apr 2023 22:33:43 -0500 Subject: [PATCH] Only clone latest commit of hyprland --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab4bdb1..64a1f2b 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ progress "[3/7] Setting up hyprland source in $HYPRLAND_PATH" if [ -d "$HYPRLAND_PATH" ]; then git -C "$HYPRLAND_PATH" pull else - git clone https://github.com/hyprwm/Hyprland.git "$HYPRLAND_PATH" --recursive + git clone https://github.com/hyprwm/Hyprland.git "$HYPRLAND_PATH" --recursive --depth 1 fi HYPRLAND_COMMIT=""