|
|
@ -197,7 +197,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) { |
|
|
|
run("cd " INSTALL_PATH " && " |
|
|
|
run("cd " INSTALL_PATH " && " |
|
|
|
"git submodule update --init && " |
|
|
|
"git submodule update --init && " |
|
|
|
"git remote set-url origin --push " GIT_SSH_URL " && " |
|
|
|
"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 |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// write continue.sh
|
|
|
|
// write continue.sh
|
|
|
|