Skip to content

Instantly share code, notes, and snippets.

@wheelerlaw
Last active June 3, 2018 17:39
Show Gist options
  • Save wheelerlaw/fa72a1afe6a38abb49ff295af1f9c3bc to your computer and use it in GitHub Desktop.
Save wheelerlaw/fa72a1afe6a38abb49ff295af1f9c3bc to your computer and use it in GitHub Desktop.
!#/usr/bin/env bash
apt-get update
apt-get install nginx
ufw allow 'Nginx Full'
ufw allow 'OpenSSH'
ufw enable
apt-get install reprepro gnupg dpkg-sig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment