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