-
Notifications
You must be signed in to change notification settings - Fork 13
Home
MCMrARM edited this page Sep 17, 2018
·
1 revision
Welcome to the server-modloader wiki!
cd
to the directory with the Bedrock Server software and run the following:
curl -Ls -o setup_server_modloader.sh http://mrarm.io/u/setup_server_modloader.sh && chmod +x setup_server_modloader.sh && echo "$(tput bold)The following script was downloaded:$(tput sgr0)" && cat setup_server_modloader.sh && printf "\n\n" && read -p "$(tput bold)Do you want to run this script?$(tput sgr0) [Y/n]: " -r && if [[ "${REPLY^^}" =~ ^(Y|YES)$ || "${REPLY}" == "" ]]; then ./setup_server_modloader.sh; else echo "The script was not started"; fi;
Alternatively, you can download http://mrarm.io/u/setup_server_modloader.sh and run it manually (that's what the above line does).