We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8f406 commit 09fe534Copy full SHA for 09fe534
1 file changed
linux/build_linux.sh
@@ -46,7 +46,7 @@ output "Even if this next command outputs errors, it might still work. The scrip
46
47
# This is the command that is used to initially fetch the source code
48
# It does not work if the repo has already been downloaded - which is why whe need the fallback option
49
-fetch --nohooks --no-history chromium || failed=1 && output "\"fetch\" failing doesn't matter.\nUsing \"gclient sync\" to download updates, repo likely has already been downloaded"
+fetch --no-history chromium || failed=1 && output "\"fetch\" failing doesn't matter.\nUsing \"gclient sync\" to download updates, repo likely has already been downloaded"
50
if [[ $failed -eq 1 ]]; then
51
# fallback to sync command to get latest changes. If that one doesn't work, then we're out of luck
52
# The -D flag removes any unused/unnecessary parts of the repository that are no longer needed
0 commit comments