Skip to content

Instantly share code, notes, and snippets.

@aljaxus
Created August 16, 2019 20:43
Show Gist options
  • Save aljaxus/37d3cf2d517147a8c216192da7e4fafc to your computer and use it in GitHub Desktop.
Save aljaxus/37d3cf2d517147a8c216192da7e4fafc to your computer and use it in GitHub Desktop.
apt-get update -y
apt-get upgrade -y
apt-get install htop bmon vim git curl wget qemu-guest-agent java-1.8.0-openjdk -y
mkdir /root/crashlanding
cd /root/crashlanding
wget https://ftb.forgecdn.net/FTB2/modpacks/CrashLanding/1_1_3/CrashLandingServer.zip
unzip -V CrashLandingServer.zip
chmod a+x ServerStart.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment