From 2a873d974cd62368b9ecdb656dbe3c7c11a58dd0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:42:00 +0200 Subject: [PATCH] add git --- install/gomft-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/gomft-install.sh b/install/gomft-install.sh index c1eaa4a2f..769079900 100644 --- a/install/gomft-install.sh +++ b/install/gomft-install.sh @@ -19,7 +19,8 @@ $STD apt-get install -y \ rclone \ tzdata \ ca-certificates \ - build-essential + build-essential \ + git msg_ok "Installed Dependencies" setup_go