Skip to content

Commit

Permalink
Update install_nkf.sh
Browse files Browse the repository at this point in the history
fix `nkf` installation
  • Loading branch information
sw005320 committed Jul 13, 2023
1 parent 0ef68d8 commit 7f25511
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/installers/install_nkf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ mkdir -p nkf
(
set -euo pipefail
cd nkf
wget --tries=3 https://ja.osdn.net/dl/nkf/nkf-2.1.4.tar.gz
tar zxvf nkf-2.1.4.tar.gz
wget --tries=3 https://github.com/nurse/nkf/archive/refs/tags/v2_1_4.tar.gz
tar zxvf v2_1_4.tar.gz
(
set -euo pipefail
mv -f nkf-2_1_4 nkf-2.1.4
cd nkf-2.1.4
make prefix=.
)
Expand Down

0 comments on commit 7f25511

Please sign in to comment.