From bbbaa94c1851483446bd23732ce7bd1e47796220 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 13 Jan 2023 09:10:16 +0000 Subject: Removed git LFS support --- update-hooks.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update-hooks.sh') diff --git a/update-hooks.sh b/update-hooks.sh index a37c390..b3a3222 100755 --- a/update-hooks.sh +++ b/update-hooks.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash ## Configure git hooks -git lfs install +touch .git/hooks/pre-push +chmod +x .git/hooks/pre-push grep -qxF './deploy.sh' .git/hooks/pre-push || echo './deploy.sh' >> .git/hooks/pre-push -- cgit v1.2.3-ZIG