From 1f8ced4e6d2663f70a9e79cfa74a540f28d20b61 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 May 2024 12:33:49 +0200 Subject: [PATCH] Add git to image --- infrastructure/build/image/resources/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/build/image/resources/install.sh b/infrastructure/build/image/resources/install.sh index a900ca8..afa2e89 100755 --- a/infrastructure/build/image/resources/install.sh +++ b/infrastructure/build/image/resources/install.sh @@ -6,7 +6,7 @@ function main() { { upgradeSystem - apt-get install -qqy unzip rsync jq imagemagick curl + apt-get install -qqy unzip rsync jq imagemagick curl git install-hugo-from-deb install-go-from-tar