mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
|
||
|
NOTE: Install the 'firefox-privacy' package to
|
||
|
enable extra privacy restrictions.
|
||
|
|
||
|
NOTE: This includes more telemetry removals,
|
||
|
hardened settings, no phoning-home etc.
|
||
|
|
||
|
-> kiss b firefox-privacy
|
||
|
-> kiss i firefox-privacy
|
||
|
|
||
|
EOF
|