summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
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"