Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jan 6, 2025
1 parent fc7bec9 commit ad7921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/download-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [ "$machine" != "MinGw" ]; then
fi

# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
if [ "$machine" == "Linux" && -n "$CI" ]; then
if [ "$machine" == "Linux" ] && [ -n "$CI" ]; then
sudo chown root:root "$chrome_out/chrome_sandbox"
sudo chmod 4755 "$chrome_out/chrome_sandbox"
fi

0 comments on commit ad7921e

Please sign in to comment.