No description
.woodpecker | ||
PKGBUILD | ||
README.md | ||
wrapper.sh |
sudoas
sudoas
is a minimal compatibility wrapper that provides the sudo
dependency using doas
. It allows packages that rely on sudo
to work with doas
without major modifications.
Installation
-
Install the package:
sudo pacman -S sudoas
-
Alternatively, build it manually:
makepkg -si
Usage
After installation, the sudo
command will invoke doas
instea. This way keeping existing scripts or commands working.