Skip to main content

Uninstall

🧹 Uninstall via curl

curl -fsSL https://raw.githubusercontent.com/phlowdotdev/phlow/main/scripts/uninstall-phlow.sh | { bash || true; }

🧹 Uninstall via wget

wget -qO- https://raw.githubusercontent.com/phlowdotdev/phlow/main/scripts/uninstall-phlow.sh | { bash || true; }