mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
keystone: fixed uninstall
This commit is contained in:
parent
80f422f593
commit
e8065b72f6
1 changed files with 0 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
set -e -o pipefail
|
||||
|
||||
source ctf-tools-venv-activate
|
||||
|
||||
pip uninstall -y keystone-engine || true
|
||||
#!/bin/bash -ex
|
||||
|
||||
ctf-tools-pip uninstall -y keystone || true
|
||||
ctf-tools-pip3 uninstall -y keystone || true
|
||||
|
|
Loading…
Add table
Reference in a new issue