Skip to content

Instantly share code, notes, and snippets.

@shhac
shhac / ark_instance.sh
Created March 13, 2021 17:21 — 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