1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix for linux

This commit is contained in:
Reinhard Pointner 2015-05-11 19:51:32 +00:00
parent 5f6ec676b3
commit 3a06199255

View File

@ -33,3 +33,5 @@ if [ ! -f "$DUMP" ] || test "`find $DUMP -mtime +30`"; then
curl -L -o "$DUMP" -z "$DUMP" "$LINK"
unzip -o "$DUMP"
fi
echo 'DONE'