From b2026b0dac99994a01e20669ffe75996a3973790 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 19 Jul 2025 17:06:33 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 32704b6..306e2f9 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -905,7 +905,7 @@ install_log2ram_auto() { return 0 fi - msg_info "$(translate "Log2RAM not found. Proceeding with installation...")" + msg_info "$(translate "Log2RAM proceeding with installation...")" if [[ -d /tmp/log2ram ]]; then @@ -924,7 +924,6 @@ install_log2ram_auto() { systemctl daemon-reexec >/dev/null 2>&1 || true systemctl daemon-reload >/dev/null 2>&1 || true - msg_info "$(translate "Installing log2ram from GitHub...")" if ! command -v git >/dev/null 2>&1; then