Skip to content

Instantly share code, notes, and snippets.

@jonathanmtran
Last active August 29, 2015 14:05
Show Gist options
  • Save jonathanmtran/116f7e573aa11190bedf to your computer and use it in GitHub Desktop.
Save jonathanmtran/116f7e573aa11190bedf to your computer and use it in GitHub Desktop.
#!/bin/sh
apt-get install -y apt-transport-https
curl https://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add -
echo "deb https://repo.varnish-cache.org/debian/ wheezy varnish-4.0" >> /etc/apt/sources.list.d/varnish-cache.list
apt-get update
apt-get install -y varnish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment