add free-ipa setup

This commit is contained in:
Forbes
2026-01-26 21:37:53 -06:00
parent 5201b35d83
commit be222307bb
3 changed files with 367 additions and 5 deletions

View File

@@ -181,6 +181,10 @@ fi
# Clone repository
log_info "Cloning repository..."
# Configure git to trust internal Gitea (self-signed cert)
git config --global http.sslVerify false
log_warn "Disabled SSL verification for git (internal Gitea uses self-signed cert)"
if [[ -d "${INSTALL_DIR}/src/.git" ]]; then
log_info "Repository already cloned, pulling latest..."
cd "${INSTALL_DIR}/src"