Skip to content

Instantly share code, notes, and snippets.

View mastix's full-sized avatar

Sascha Sambale mastix

View GitHub Profile
@mastix
mastix / install-nginx-1.9.10.sh
Last active January 29, 2016 11:18 — forked from wouterds/install-nginx-1.9.9.sh
Install nginx 1.9.9 on Raspberry Pi
#!/usr/bin/env bash
# names of latest versions of each package
export NGINX_VERSION=1.9.10
export VERSION_PCRE=pcre-8.38
export VERSION_LIBRESSL=libressl-2.3.2
export VERSION_NGINX=nginx-$NGINX_VERSION
# URLs to the source directories
export SOURCE_LIBRESSL=ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/