From af22b0ad46442b437d3ecb7a20157bfb1c06a920 Mon Sep 17 00:00:00 2001 From: self_slaughter Date: Tue, 24 Sep 2019 23:14:03 +1000 Subject: [PATCH] Fix flips download --- other_authors/build_mame_roms.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/other_authors/build_mame_roms.sh b/other_authors/build_mame_roms.sh index ccabe13..c4af08b 100644 --- a/other_authors/build_mame_roms.sh +++ b/other_authors/build_mame_roms.sh @@ -33,7 +33,8 @@ MISTER_URL="https://github.com/MiSTer-devel/Main_MiSTer" setup_workspace() { mkdir "$WORK_DIR" &>/dev/null mkdir "$OUTPUT_DIR" &>/dev/null - curl $CURL_RETRY -sLF "https://github.com/MiSTer-devel/Scripts_MiSTer/raw/master/other_authors/flips" -o "/media/fat/linux/flip" + curl $CURL_RETRY -sLf "https://github.com/MiSTer-devel/Scripts_MiSTer/raw/master/other_authors/flips" -o "$WORK_DIR/flips" + cp "$WORK_DIR/flips" "/bin" } cleanup() {