Windows – There’s no ‘sudo’ command in Cygwin
Because there’s no sudo command in Cygwin, scripts that I want to run fail with ./install.sh: line N: sudo: command not found What’s the standard way for getting around this? Editing the scripts to remove sudo? Getting some sudo-like tool for Windows? Solution: I wrote the (rather simple) TOUACExt for SUDO for CygWin, a pre-beta […]
