Skip to content

Instantly share code, notes, and snippets.

@edewit
Created May 6, 2019 13:36
Show Gist options
  • Save edewit/f893d8351fb227cee883c5463656c3e1 to your computer and use it in GitHub Desktop.
Save edewit/f893d8351fb227cee883c5463656c3e1 to your computer and use it in GitHub Desktop.
export SPONGE_VERSION=1.12.2-7.1.5
export SPONGE_URL=https://repo.spongepowered.org/maven/org/spongepowered/spongevanilla/${SPONGE_VERSION}/spongevanilla-${SPONGE_VERSION}.jar
wget -q -O "./sponge.jar" ${SPONGE_URL} && \
echo "eula=true" > "./eula.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment