mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 11:52:12 +08:00
installer: fetch all for internal installer
This commit is contained in:
@@ -197,7 +197,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
|
||||
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/*\"");
|
||||
"git config --replace-all remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"");
|
||||
#endif
|
||||
|
||||
// write continue.sh
|
||||
|
||||
Reference in New Issue
Block a user