mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
added -y switches to uninstall
This commit is contained in:
parent
8104138a8f
commit
8f9632bead
6 changed files with 6 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall binjitsu
|
||||
ctf-tools-pip uninstall -y binjitsu || true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip3 uninstall foresight || true
|
||||
ctf-tools-pip3 uninstall -y foresight || true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall mitmproxy || true
|
||||
ctf-tools-pip uninstall -y mitmproxy || true
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall pwntools || true
|
||||
ctf-tools-pip uninstall -y pwntools || true
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
git clone --depth 1 https://github.com/hellman/xortool.git
|
||||
pip install -e ./xortool
|
||||
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -s ../xortool/xortool/{xortool,xortool-xor} .
|
||||
cd ..
|
||||
ctf-tools-pip install --upgrade 'git+https://github.com/hellman/xortool.git'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
pip uninstall -y xortool
|
||||
ctf-tools-pip uninstall -y xortool || true
|
||||
|
|
Loading…
Reference in a new issue