This commit is contained in:
ziirish 2016-05-17 11:10:12 +02:00
parent 9d4ba27ed6
commit 7d8f4aabc8
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ CONFIG_DIR="${SETUP_DIR}/config"
echo "deb http://ziirish.info/repos/debian/jessie zi-latest main" >/etc/apt/sources.list.d/ziirish.list
wget https://ziirish.info/repos/debian.gpg -O- | apt-key add -
apt-get update
apt-get install burp-server burp-client
apt-get install -y burp-server burp-client
# configure supervisord log rotation
cat > /etc/logrotate.d/supervisord <<EOF