mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Push up some local changes
This commit is contained in:
parent
3420290ea9
commit
3fe62d4606
5 changed files with 130 additions and 16 deletions
|
|
@ -28,6 +28,10 @@ if [ -f "$INSTALL_DIR/agent/configure-proxy.js" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
# Remove pip configuration
|
||||
echo "Removing pip configuration..."
|
||||
rm -f "/Library/Application Support/pip/pip.conf"
|
||||
|
||||
# Remove files
|
||||
echo "Removing files..."
|
||||
rm -rf "$INSTALL_DIR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue