Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-11-28 13:04:58 +00:00
parent 720bf602fa
commit 3825381f8d
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -143,7 +143,7 @@ install: build
update: update:
@echo "Updating module components..." @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)' '[[ $$(basename $$(git rev-parse --show-toplevel)) != Hyprland ]] && git pull origin $$(git rev-parse --abbrev-ref HEAD)'
-cd Hyprland && git fetch origin --no-all --tags -cd Hyprland && git fetch origin --no-all --tags
# In case these libraries haven't been pulled yet, ignore the exit code # In case these libraries haven't been pulled yet, ignore the exit code