Ensure you know what you're about to sudo for

This commit is contained in:
David Heinemeier Hansson
2026-05-04 13:23:27 +02:00
parent ce9ab3f81a
commit 68e7e2c58d
12 changed files with 15 additions and 0 deletions
@@ -3,6 +3,7 @@
# omarchy:summary=Allow Chromium to sign in to Google accounts by adding the required OAuth credentials
if [[ -f ~/.config/chromium-flags.conf ]]; then
echo "Installing Chromium Google account support..."
CONF=~/.config/chromium-flags.conf
grep -qxF -- "--oauth2-client-id=77185425430.apps.googleusercontent.com" "$CONF" ||