added -y switches to uninstall

This commit is contained in:
Michael Rodler 2016-02-18 17:15:44 +01:00
parent 8104138a8f
commit 8f9632bead
6 changed files with 6 additions and 12 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall binjitsu
ctf-tools-pip uninstall -y binjitsu || true

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
ctf-tools-pip3 uninstall foresight || true
ctf-tools-pip3 uninstall -y foresight || true

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall mitmproxy || true
ctf-tools-pip uninstall -y mitmproxy || true

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
ctf-tools-pip uninstall pwntools || true
ctf-tools-pip uninstall -y pwntools || true

View file

@ -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'

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
pip uninstall -y xortool
ctf-tools-pip uninstall -y xortool || true