mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
retry submodule checkout on internal installer
This commit is contained in:
@@ -196,6 +196,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
|
||||
param.close();
|
||||
}
|
||||
run("cd " INSTALL_PATH " && "
|
||||
"git submodule update --init && "
|
||||
"git remote set-url origin --push " GIT_SSH_URL " && "
|
||||
"git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user