Leon.yan

Results 2 comments of Leon.yan

https://github.com/neologd/mecab-ipadic-neologd/blob/abc61e33d8be3d0ead202e6b1df064c72d5ccf11/libexec/make-mecab-ipadic-neologd.sh#L58-L60 @e-mon You can swap index 0 and index 1 like that: ```shell DIST_SITE_URL_LIST[0]="https://drive.google.com/" DIST_SITE_URL_LIST[1]="https://ja.osdn.net/" DIST_SITE_URL_LIST[2]="https://sourceforge.net/" ``` Maybe that can help you.

@DerekSelander it works fine to me!