mirror of
https://github.com/tcsenpai/redmicraft.git
synced 2025-06-04 18:30:13 +00:00
14 lines
192 B
Bash
14 lines
192 B
Bash
#! /bin/bash
|
|
|
|
# Install dependencies
|
|
./1_install_deps.sh
|
|
|
|
# Setup storage
|
|
./2_setup_storage.sh
|
|
|
|
# Download and setup Minecraft server
|
|
./3_download_server.sh
|
|
|
|
# Launch the server
|
|
./4_launch.sh
|