fix: git required to execute

This commit is contained in:
jd-apprentice 2025-01-11 18:41:46 -03:00
parent 214096d2f8
commit ed98ba52f7

View File

@ -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"