ctf-tools/keystone/uninstall

9 lines
135 B
Bash
Executable file

#!/bin/bash
ctf-tools-venv-activate
pip uninstall -y keystone-engine
pushd keystone/build
PREFIX="$VIRTUAL_ENV" make uninstall
popd