Make download-df.sh fail sooner

develop
lethosor 2020-06-29 22:04:33 -04:00
parent 0f58d95ea8
commit c6283ea262
1 changed files with 2 additions and 0 deletions

@ -1,5 +1,7 @@
#!/bin/sh
set -e
tardest="df.tar.bz2"
which md5sum && alias md5=md5sum