#!/bin/sh

echo -e "\n#####Available dictionaries at ftp://ftp.gnu.org/gnu/aspell/dict/0index.html \n Sample English dictionary install for aspell: \n cd /opt/tmp \n opkg install make \n wget https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2019.10.06-0.tar.bz2 \n tar xvjf aspell6-en-2019.10.06-0.tar.bz2 \n cd aspell6-en-2019.10.06-0 \n ./configure \n make \n make install \n Note that some dictionaries require lot of memory for word compression."
