Skip to content

Instantly share code, notes, and snippets.

View NikitaKharkov's full-sized avatar

Nikita Serdakov NikitaKharkov

View GitHub Profile
@NikitaKharkov
NikitaKharkov / # varnish4 - 2016-10-17_17-20-34.txt
Created October 17, 2016 14:24
varnish4 (homebrew/versions/varnish4) on macOS 10.11.6 - Homebrew build logs
Homebrew build logs for homebrew/versions/varnish4 on macOS 10.11.6
Build date: 2016-10-17 17:20:34
##########################################
# To run:
# curl -sSL https://gist.githubusercontent.com/sirkkalap/e87cd580a47b180a7d32/raw/d9c9ebae4f5cf64eed4676e8aedac265b5a51bfa/Install-Docker-on-Linux-Mint.sh | bash -x
##########################################
# Check that HTTPS transport is available to APT
if [ ! -e /usr/lib/apt/methods/https ]; then
sudo apt-get update
sudo apt-get install -y apt-transport-https
fi