Skip to content

Instantly share code, notes, and snippets.

View olivier-defrance's full-sized avatar

olivier-defrance

View GitHub Profile
@DSpeckhals
DSpeckhals / install-nginx-1.17.4.sh
Last active April 18, 2020 13:53 — forked from wouterds/install-nginx-1.9.9.sh
Install nginx-1.17.4 with OpenSSL on Debian (including Raspbian)
#!/usr/bin/env bash
# Run as root or with sudo
# Make script exit if a simple command fails and
# Make script print commands being executed
set -e -x
# Set names of latest versions of each package
export VERSION_PCRE=pcre-8.43
export VERSION_ZLIB=zlib-1.2.11