Skip to content

Instantly share code, notes, and snippets.

View Shkeats's full-sized avatar

Shaun Keating Shkeats

View GitHub Profile
@Shkeats
Shkeats / le-install.sh
Last active December 28, 2018 00:21 — forked from hisnameisjimmy/le-install.sh
Unifi Controller one-shot install script for Ubuntu 16.04 with Lets Encrypt
#!/bin/sh
#
# This script stands on the shoulders of giants.
#
# You can always find the most recent version here: https://gist.github.com/hisnameisjimmy/56f9414076ca39a79bfa07eefa89759e
#
# It is written and tested for Ubuntu 16.04 on Digital Ocean using a 1GB droplet.
# Anything less than 1GB of memory may cause issues with anything memory intensive
# like imports/exports.
#