pull/35960/head
Maxime Desroches 7 days ago
parent 4396aa2ce8
commit 0cd511b984
  1. 1
      selfdrive/ui/installer/installer.cc

@ -88,6 +88,7 @@ int cachedFetch(const std::string &cache) {
renderProgress(10);
if (util::file_exists(NO_FETCH_FLAG)) {
run(util::string_format("cd %s && git update-ref refs/remotes/origin/%s refs/remotes/origin/release3-staging", TMP_INSTALL_PATH, BRANCH_STR.c_str()).c_str());
return 0;
} else {
return executeGitCommand(util::string_format("cd %s && git fetch --progress origin %s 2>&1", TMP_INSTALL_PATH, BRANCH_STR.c_str()));

Loading…
Cancel
Save