mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
client was not setup correctly
This commit is contained in:
parent
e5942fc1f1
commit
a315b6c641
1 changed files with 2 additions and 1 deletions
|
|
@ -12,9 +12,10 @@ git clone $BURP
|
|||
cd burp
|
||||
git checkout tags/$BURP_VERSION
|
||||
autoreconf -vif
|
||||
./configure
|
||||
./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
|
||||
make -j4
|
||||
make install
|
||||
#make install-all
|
||||
|
||||
# configure supervisord log rotation
|
||||
cat > /etc/logrotate.d/supervisord <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue