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},