You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -L "https://packagecloud.io/install/repositories/varnishcache/varnish${VARNISH_VERSION//./}/config_file.list?os=ubuntu&dist=trusty&source=script" | sudo tee -a /etc/apt/sources.list
41
+
cat /etc/apt/sources.list
42
+
sudo apt-get update -qq
43
+
sudo apt-get install -qq varnish
51
44
- if [ "$DOCCHECK" = true ]; then sudo apt-get install -qq python-sphinx enchant; fi
52
45
- if [ "$DOCCHECK" = true ]; then sudo pip install -r doc/requirements.txt; fi
0 commit comments