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")"