Skip to content

Commit a1bbd5f

Browse files
committed
sudo
1 parent 8013af9 commit a1bbd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/download-chrome.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ fi
9797
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
9898
if [ "$machine" == "Linux" ] && [[ "${CI:-}" ]]; then
9999
chmod 4755 "$chrome_out/chrome_sandbox"
100-
chown root:root "$chrome_out/chrome_sandbox"
100+
sudo chown root:root "$chrome_out/chrome_sandbox"
101101
fi

0 commit comments

Comments
 (0)