Skip to content

Instantly share code, notes, and snippets.

View Nicholas-Wilson-YourIoT's full-sized avatar

Nicholas-Wilson-YourIoT

View GitHub Profile
@Nicholas-Wilson-YourIoT
Nicholas-Wilson-YourIoT / le-install.sh
Last active June 30, 2018 06:50 — 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.
#