From 20773184402a0cd031b4e61e55c16ae256310452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20P=C3=A4=C3=A4kk=C3=B6nen?= Date: Thu, 31 Oct 2024 11:27:08 +0200 Subject: [PATCH] Add path to git to support custom installation of the package --- bin/install_customizations | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/install_customizations b/bin/install_customizations index 6601415f..502df3f8 100755 --- a/bin/install_customizations +++ b/bin/install_customizations @@ -1,4 +1,6 @@ #!/usr/bin/env bash +export GIT_EXEC_PATH=/app/.apt/usr/lib/git-core + if [[ -f ./.env ]]; then echo "sourcing environment variables from .env"