You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
369 B

  1. #!/bin/bash
  2. set -eux
  3. apt-get install -y apt-cacher-ng
  4. ## This is needed to enable https_port
  5. #apt-get install devscripts build-essential
  6. #apt-get install libssl-dev ## not in build-dep ... because we'll add it.
  7. #apt-get source squid3
  8. #apt-get build-dep squid3
  9. #cd squid3-3.1.19
  10. #vim debian/rules # or whatever editor you use
  11. # add --enable-ssl
  12. #debuild -us -uc