From 11211b68867ce4d28598758417e0648f297054ff Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Mon, 28 Mar 2022 13:15:34 -0700 Subject: [PATCH] change directory for managed profiles to new brave standard and set update check interval to a year instead of the au loop that no longer works --- src/ubuntu/install/brave/install_brave.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ubuntu/install/brave/install_brave.sh b/src/ubuntu/install/brave/install_brave.sh index 9f47675..d9ea0ae 100644 --- a/src/ubuntu/install/brave/install_brave.sh +++ b/src/ubuntu/install/brave/install_brave.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -ex -CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'" +CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --check-for-update-interval=31449600" apt-get update apt install -y apt-transport-https curl @@ -34,15 +34,15 @@ cat >>/usr/bin/x-www-browser <>/etc/chromium/policies/managed/default_managed_policy.json <>/etc/brave/policies/managed/default_managed_policy.json <>/etc/chromium/policies/managed/disable_tor.json <>/etc/brave/policies/managed/disable_tor.json <