ChrisTitusTech/Debian-titus

Feature Request: Use doas instead of sudo

WitherCubes opened this issue · 3 comments

As this is aimed for advanced users and minimal, why not use doas as an alternative to sudo.

https://wiki.debian.org/Doas

Might be an idea, we need to repackage the AUR's opendoas-sudo package, as there are packages which depend on sudo

opendoas-sudo just symlinks sudo to doas. So I think there is no need to make a package for it.

ln -s $(which doas) /usr/bin/sudo

Keep in mind the some programs depend on the sudo package. making a opendoas-sudo package prevents dependency issues.