Skip to content

Instantly share code, notes, and snippets.

@richardnfag
Last active September 13, 2022 23:32
Show Gist options
  • Save richardnfag/16c6cd3485d56bfdd64c57ba1c195181 to your computer and use it in GitHub Desktop.
Save richardnfag/16c6cd3485d56bfdd64c57ba1c195181 to your computer and use it in GitHub Desktop.
Apply Edge Policies in Linux
#!/bin/sh
mkdir -p /etc/opt/edge/policies/managed/
cat > /etc/opt/edge/policies/managed/my_policies.json << EOF
{
"NewTabPageLocation": "chrome-search://local-ntp/local-ntp.html"
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment