Disable the privacy notice page on first start.

This commit is contained in:
Jocelyn Le Sage 2022-10-07 21:14:02 -04:00
parent f7c185ea27
commit b18027ec44
4 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,6 @@ set -e # Exit immediately if a command exits with a non-zero status.
set -u # Treat unset variables as an error.
export HOME=/config
mkdir -p /config/profile
/usr/bin/firefox --version
exec /usr/bin/firefox --profile /config/profile --setDefaultBrowser >> /config/log/firefox/output.log 2>> /config/log/firefox/error.log