From 0685bb794ebafa237a135b96eea99ae16e8f6da1 Mon Sep 17 00:00:00 2001 From: Xawirses Date: Fri, 28 Jul 2017 18:59:00 +0000 Subject: [PATCH] Change mods name on dl --- dl_mods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl_mods.sh b/dl_mods.sh index e6c3015..4beaea7 100755 --- a/dl_mods.sh +++ b/dl_mods.sh @@ -18,6 +18,6 @@ do f=$(echo '{'$addr'}' | getJsonVal "['fileID']") if [ -n "$p" ]; then - wget https://minecraft.curseforge.com/projects/$p/files/$f/download -O /minecraft/mods/${p}_${f}.jar + wget https://minecraft.curseforge.com/projects/$p/files/$f/download --content-disposition -P /minecraft/mods/ fi done