This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
firefox-privacy/install
2020-12-13 16:35:19 +00:00

8 lines
185 B
Bash
Executable File

#!/bin/sh -e
install -Dm644 vendor.js \
"/usr/lib/firefox/browser/defaults/preferences/vendor.js"
install -Dm644 policies.json \
"/usr/lib/firefox/distribution/policies.json"