From 7c3eaf59d494101338fdf823fa9c1498751dee5b Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Sat, 4 Mar 2023 07:56:19 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"mecab-ipadic-neologd=E3=81=AE?= =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E8=BF=BD=E5=8A=A0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 49d0929c5a453a6f028f6836ae8f9ec8c9838245. --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index d693e15..0818d11 100755 --- a/start.sh +++ b/start.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -if (grep keywordEnabled config.json | grep -q true) && (! which mecab) && [ -e '/usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/' ]; then - echo "You must install MeCab and mecab-ipadic-neologd if keywordEnabled is true." +if (grep keywordEnabled config.json | grep -q true) && (! which mecab); then + echo "You must install MeCab if keywordEnabled is true." exit 1 fi