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