From 0f51256add02caa9fed802d55be5030ecca8716d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:22:59 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index ff876c2..8a588d5 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -980,6 +980,8 @@ 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