mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-17 19:16:25 +00:00
fix: suppress git clone output to reduce installation noise
This commit is contained in:
@@ -479,7 +479,7 @@ install_normal_version() {
|
||||
((current_step++))
|
||||
|
||||
show_progress $current_step $total_steps "Cloning ProxMenux repository..."
|
||||
if ! git clone --depth 1 "$REPO_URL" "$TEMP_DIR" 2>&1; then
|
||||
if ! git clone --depth 1 "$REPO_URL" "$TEMP_DIR" 2>/dev/null; then
|
||||
msg_error "Failed to clone repository from $REPO_URL"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user