From ed98ba52f7620711c1b30549351530b4c6b59449 Mon Sep 17 00:00:00 2001 From: jd-apprentice Date: Sat, 11 Jan 2025 18:41:46 -0300 Subject: [PATCH] fix: git required to execute --- install/opengist-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/opengist-install.sh b/install/opengist-install.sh index cf579ca5..74cb42d5 100644 --- a/install/opengist-install.sh +++ b/install/opengist-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y jq $STD apt-get install -y sudo +$STD apt-get install -y git msg_ok "Installed Dependencies" msg_info "Download Opengist Binary"