Need to delete an application and then reinstall a newer version. Tried a script:
#!/bin/bash
rm -rf /Applications/PCClient.app
It didn't work. Tried to execute it as a command. Issued it over Self Service and couldn't get it to work on my laptop.
If it matters, we're running our JSS on a Windows server.