Instructions from Developer docs state to execute:
cd /Applications/Cloudflare\ WARP.app/Contents/Resources./uninstall.sh
to remove. Response is “No such file or directory”
Any tips appreciated
Instructions from Developer docs state to execute:
cd /Applications/Cloudflare\ WARP.app/Contents/Resources./uninstall.sh
to remove. Response is “No such file or directory”
Any tips appreciated
I believe you have an extra period in there. But it shouldn’t be cd
anyway.
Try zsh "/Applications/Cloudflare WARP.app/Contents/Resources/uninstall.sh"
and see what that says.
EDIT: looking at the documentation, your issue is that it should be on two lines (but what I pasted above should work too)
Many thanks that worked a treat. I copied and pasted the original command as it was shown in the dev docs but did try separating it into two lines and inspecting the resources folder but couldn’t find the script.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.