Skip to content

Commit

Permalink
commit on 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
axldroid committed Jun 23, 2022
1 parent 02f0a00 commit 8096fa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FORGE_URL=https://files.minecraftforge.net/maven/net/minecraftforge/forge/${MINE
wget "$FORGE_URL" -O installer.jar

echo "Downloading FracturedMC..."
RLCRAFT_URL=$(curl https://addons-ecs.forgesvc.net/api/v2/addon/nothing/file/2935323/download-url)
wget "$RLCRAFT_URL" -O rlcraft.zip
unzip -q rlcraft.zip
rm -rf rlcraft.zip
FMC_URL=$(curl https://addons-ecs.forgesvc.net/api/v2/addon/nothing/file/2935323/download-url)
wget "$FMC_URL" -O fmc.zip
unzip -q fmc.zip
rm -rf fmc.zip

0 comments on commit 8096fa8

Please sign in to comment.