From 3825381f8db3d41fbe17a6f97de4562284d69b5a Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Thu, 28 Nov 2024 13:04:58 +0000 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 763c836..9d59821 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ install: build update: @echo "Updating module components..." - git submodule foreach \ + -git submodule foreach \ '[[ $$(basename $$(git rev-parse --show-toplevel)) != Hyprland ]] && git pull origin $$(git rev-parse --abbrev-ref HEAD)' -cd Hyprland && git fetch origin --no-all --tags # In case these libraries haven't been pulled yet, ignore the exit code