add free-ipa setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user