We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8013af9 commit a1bbd5fCopy full SHA for a1bbd5f
core/scripts/download-chrome.sh
@@ -97,5 +97,5 @@ fi
97
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
98
if [ "$machine" == "Linux" ] && [[ "${CI:-}" ]]; then
99
chmod 4755 "$chrome_out/chrome_sandbox"
100
- chown root:root "$chrome_out/chrome_sandbox"
+ sudo chown root:root "$chrome_out/chrome_sandbox"
101
fi
0 commit comments