Created
February 18, 2020 07:25
-
-
Save RyujiAMANO/c39d1e679a86f52f3f07283cc3c3e015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd /usr/share/elasticsearch/bin | |
sudo ./elasticsearch-plugin remove analysis-icu | |
sudo ./elasticsearch-plugin remove analysis-kuromoji | |
sudo ./elasticsearch-plugin remove ingest-attachment | |
sudo ./elasticsearch-plugin install analysis-icu | |
sudo ./elasticsearch-plugin install analysis-kuromoji | |
sudo ./elasticsearch-plugin install ingest-attachment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment