Created
April 29, 2017 19:26
-
-
Save BirkhoffLee/f3c17e0bf9a13a8c44acd1c5fa190d00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update; sudo apt-get install default-jdk screen wget -y; screen -S minecraft; mkdir -p ~/minecraft/; cd ~/minecraft/; wget -O https://s3.amazonaws.com/Minecraft.Download/versions/1.11.2/minecraft_server.1.11.2.jar; echo "eula=true" > eula.txt; java -Xmx1G -Xms512M -jar minecraft_server.1.11.2.jar nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment