Last active
August 29, 2015 14:05
-
-
Save jonathanmtran/116f7e573aa11190bedf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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