Moar of stuff
This commit is contained in:
parent
e48af5b574
commit
eed013d284
1 changed files with 10 additions and 0 deletions
|
@ -17,8 +17,11 @@ apt-get install -y \
|
||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
firefox-esr \
|
firefox-esr \
|
||||||
|
firefox-esr-l10n-fi \
|
||||||
thunderbird \
|
thunderbird \
|
||||||
|
thunderbird-l10n-fi \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
|
libreoffice-l10n-fi \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
gimp \
|
gimp \
|
||||||
codium
|
codium
|
||||||
|
@ -72,6 +75,13 @@ cat > /etc/firefox/policies/policies.json <<EOF
|
||||||
"Description": "Has privacy, yeahh",
|
"Description": "Has privacy, yeahh",
|
||||||
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}"
|
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"Remove": [
|
||||||
|
"Google",
|
||||||
|
"Bing",
|
||||||
|
"DuckDuckGo",
|
||||||
|
"Wikipedia (en)",
|
||||||
|
"Wikipedia (fi)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue