Skip to content

Commit b4cc148

Browse files
committed
Remove KindleGen installation
KindleGen is not available for download. https://www.amazon.com/gp/feature.html?docId=1000765211 > KindleGen is no longer available for download. Please use Kindle Previewer to convert, preview, and validate your eBooks. Kindle Previewer provides the same functionality of KindleGen and, in addition, provides: Fix #177
1 parent d9b06dd commit b4cc148

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎bootstrap.sh

-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ install 'Blade dependencies' libncurses5-dev
6060
install 'ExecJS runtime' nodejs
6161
install 'Yarn' yarn
6262

63-
# To generate guides in Kindle format.
64-
install 'ImageMagick' imagemagick
65-
echo installing KindleGen
66-
kindlegen_tarball=kindlegen_linux_2.6_i386_v2_9.tar.gz
67-
wget -q http://kindlegen.s3.amazonaws.com/$kindlegen_tarball
68-
tar xzf $kindlegen_tarball kindlegen
69-
mv kindlegen /usr/local/bin
70-
rm $kindlegen_tarball
71-
7263
install 'MuPDF' mupdf mupdf-tools
7364
install 'FFmpeg' ffmpeg
7465
install 'Poppler' poppler-utils

0 commit comments

Comments
 (0)