From b11baf2e5d687174ff277d7ab0b34eda196572ba Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:42:46 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 8393321..9aa364d 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -691,7 +691,7 @@ install_log2ram_auto() { if ! command -v git >/dev/null 2>&1; then apt-get update -qq >/dev/null 2>&1 apt-get install -y git >/dev/null 2>&1 - msg_ok "$(translate "Git installed successfully")" + #msg_ok "$(translate "Git installed successfully")" fi if ! git clone https://github.com/azlux/log2ram.git /tmp/log2ram >/dev/null 2>>/tmp/log2ram_install.log; then