forked from 0k/0k-charms
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.
15 lines
334 B
15 lines
334 B
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
|
|
## This is needed to enable https_port
|
|
#apt-get install devscripts build-essential
|
|
#apt-get install libssl-dev ## not in build-dep ... because we'll add it.
|
|
#apt-get source squid3
|
|
#apt-get build-dep squid3
|
|
#cd squid3-3.1.19
|
|
#vim debian/rules # or whatever editor you use
|
|
# add --enable-ssl
|
|
#debuild -us -uc
|
|
|