Skip to content

Instantly share code, notes, and snippets.

@aljaxus
Last active August 16, 2019 21:05
Show Gist options
  • Save aljaxus/225f39c6942bfeeeb6e0fb51c8276cee to your computer and use it in GitHub Desktop.
Save aljaxus/225f39c6942bfeeeb6e0fb51c8276cee to your computer and use it in GitHub Desktop.
yum update -y
yum upgrade -y
yum install -y epel-release
yum update -y
yum upgrade -y
yum install -y htop bmon curl wget zip unzip git qemu-guest-agent
echo "Finished installing packages"
sleep 15
yum install java-1.7.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
ll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment