Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ curl -LJo plugins/tracker.jar https://github.com/Avicus/Tracker/releases/downloa
curl -LJo plugins/atlas.jar https://github.com/Avicus/Atlas/releases/download/2.0.0/atlas-core-2.0.0.jar

# Sets
mkdir -p plugins/Atlas/all-module-sets
mkdir -p plugins/all-module-sets
curl -LJo plugins/all-module-sets/arcade.jar https://github.com/Avicus/Atlas/releases/download/2.0.0/atlas-arcade-2.0.0.jar
curl -LJo plugins/all-module-sets/comp-objectives.jar https://github.com/Avicus/Atlas/releases/download/2.0.0/atlas-competitive-objectives-2.0.0.jar
curl -LJo plugins/all-module-sets/generator.jar https://github.com/Avicus/Atlas/releases/download/2.0.0/atlas-docs-generator-2.0.0.jar
Expand Down