From 725cf17efa425163011724715658eea9097883ee Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Sat, 25 Aug 2018 00:18:23 +0900 Subject: [PATCH] Add -l option to first call of "narou init" for narou-3.2.0 and later. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index e139894..6e193c0 100755 --- a/init.sh +++ b/init.sh @@ -4,7 +4,7 @@ if [ ! -d "/opt/narou/.narou" ]; then unzip -q /opt/AozoraEpub3.zip -d /opt/narou/AozoraEpub3 cp /opt/AozoraEpub3.jar /opt/narou/AozoraEpub3 ln -s /opt/kindlegen/kindlegen /opt/narou/AozoraEpub3 - narou init -p /opt/narou/AozoraEpub3 + narou init -p /opt/narou/AozoraEpub3 -l 1.6 narou setting device=kindle # Do not make .narousetting nor .narou directory at the beginning # since narou changes it's behavior of existance of them.