OpenSprinkler Forums Comments, Suggestions, Requests Opensprinkler Updater for Linux – how to install it Reply To: Opensprinkler Updater for Linux – how to install it

#53712

Ray
Keymaster

In Linux, if you want to run an executable in a local folder, which is not in any of the system paths, you need to use:
sudo ./whatever_executable_name
If you don’t include ./ it will only search in system paths, and as I said a local path is not by default included in system path.