From 757fd46ef8d4bafb2809471c47a0433434d00a13 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Tue, 20 May 2025 23:51:32 +0100 Subject: [PATCH] add that back --- selfdrive/ui/installer/installer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/installer/installer.cc b/selfdrive/ui/installer/installer.cc index c5517f5cbe..4470006ddf 100644 --- a/selfdrive/ui/installer/installer.cc +++ b/selfdrive/ui/installer/installer.cc @@ -93,6 +93,7 @@ int cachedFetch(const std::string &cache) { int executeGitCommand(const std::string &cmd) { static const std::array stages = { + // prefix, weight in percentage std::pair{"Receiving objects: ", 91}, std::pair{"Resolving deltas: ", 2}, std::pair{"Updating files: ", 7},