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 ad7921e commit 8013af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
sudo chown root:root "$chrome_out/chrome_sandbox"
sudo chmod 4755 "$chrome_out/chrome_sandbox"
if [ "$machine" == "Linux" ] && [[ "${CI:-}" ]]; then
chmod 4755 "$chrome_out/chrome_sandbox"
chown root:root "$chrome_out/chrome_sandbox"
fi

0 comments on commit 8013af9

Please sign in to comment.