# Exit on error:
set -e

wget https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/dosfstools-3.0.28.tar.xz
tar xf dosfstools-3.0.28.tar.xz
cd dosfstools-3.0.28
make PREFIX= install
cd ..
rm -rf dosfstools-3.0.28
rm dosfstools-3.0.28.tar.xz

exit 0
