mirror of
https://github.com/armbian/build.git
synced 2025-09-11 16:51:18 +02:00
doas is not compatible with sudo flags. The codebase was checked for sudo-specific uses of this function, but none were found, all cases were in the form of `sudo <command>`. Replacing it with `doas <command>` yields the same result.