No description
Find a file
2025-03-29 17:47:32 +01:00
.woodpecker ci 2025-03-27 23:01:40 +01:00
PKGBUILD 🎉 init 2025-03-27 09:33:21 +01:00
README.md 💚 ci 2025-03-29 17:47:32 +01:00
wrapper.sh 🎉 init 2025-03-27 09:33:21 +01:00

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

  1. Install the package:

    sudo pacman -S sudoas
    
  2. Alternatively, build it manually:

    makepkg -si
    

Usage

After installation, the sudo command will invoke doas instea. This way keeping existing scripts or commands working.