Push up some local changes

This commit is contained in:
Reinier Criel 2025-11-25 15:29:30 -08:00
parent 3420290ea9
commit 3fe62d4606
5 changed files with 130 additions and 16 deletions

View file

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