installer: fetch all for internal installer

This commit is contained in:
Comma Device
2021-10-16 13:17:51 -07:00
parent ae5eedb0b1
commit d4b35dc130
+1 -1
View File
@@ -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