Skip to content

Instantly share code, notes, and snippets.

View GTAXL's full-sized avatar

Victor Coss GTAXL

View GitHub Profile
@cloudnull
cloudnull / unifi-debian11-install.sh
Last active January 7, 2024 21:25
Install the latest Unifi Controller on Debian 11
#!/usr/bin/env bash
set -ev
set -o pipefail
# Install dependencies
apt update
apt -y install apt-transport-https ca-certificates wget dirmngr gnupg gnupg2 software-properties-common
# Install old mongo (requried).