summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-18 17:33:56 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-22 08:15:17 +0200
commitdca3bcca9e1917dd3874ba9e40e1055e32caba34 (patch)
tree3e6a0f3bbd11c32068452f395c33dd69b7efca9e /manage
parentd20f6a1f19a34e4c2cd872fea7c92910a59b88b0 (diff)
downloadsearxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.tar.gz
searxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.zip
[mod] simple theme: include fonts
"npm run webfont" to build the fonts directory. It requires fontforge and ttfautohint distro packages. partial revert of commit 7137d2893f33e9158e8563a21d9586119d175269
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 9209f1d7a..64d46616b 100755
--- a/manage
+++ b/manage
@@ -295,7 +295,7 @@ gecko.driver() {
}
node.env() {
- if ! required_commands npm fontforge ttfautohint; then
+ if ! required_commands npm; then
info_msg "to install build tools use::"
info_msg " sudo -H ./utils/searx.sh install buildhost"
die 1 "install needed build tools first"