Skip to content

Instantly share code, notes, and snippets.

@zachskaggs
zachskaggs / ark_instance.sh
Created June 7, 2016 14:37 — forked from kpheasey/ark_instance.sh
DO Ubuntu 14.04 Droplet to ARK Server
#!/bin/bash
# Updating Ubunut
echo "updating ubunutu... please be patient"
apt-get update && apt-get upgrade -y
echo "installing required packages... please be patient"
apt-get install htop lib32gcc1 -y
# Create steam user if needed