# Exit on error:
set -e

wget https://dev.yorhel.nl/download/ncdu-1.17.tar.gz
tar xf ncdu-1.17.tar.gz
cd ncdu-1.17
./configure --prefix=
make install
cd ..
rm -rf ncdu-1.17
rm ncdu-1.17.tar.gz

exit 0
