# Exit on error:
set -e

wget http://ftp.nluug.nl/pub/editors/ted/ted-2.23.src.tar.gz
wget http://ftp.nluug.nl/pub/editors/ted/rtf2pdf.sh
tar xf ted-2.23.src.tar.gz
cd Ted-2.23/Ted
make
make install
cd ../..
rm -rf Ted-2.23
rm ted-2.23.src.tar.gz

install rtf2pdf.sh /bin

exit 0
