1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { echo "" echo " Canto installed. Run it with:" echo "" echo " canto [book.epub]" echo "" echo " TTS model (~305 MB) is bundled — no first-run download needed." echo "" } post_upgrade() { post_install }