From 5fc5d021344222b59236375e809759c7f74a4b05 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:27:40 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 8a588d5..eaaf3a5 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -980,9 +980,6 @@ install_log2ram_auto() { if ! command -v git >/dev/null 2>&1; then - cleanup - sleep 1 - msg_info "$(translate "Installing git dependency...")" apt-get update -qq >/dev/null 2>&1 apt-get install -y git >/dev/null 2>&1 msg_ok "$(translate "Git installed successfully")"