Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 549 Bytes

sudoedit(8) for doas(1) written by iDes3rt

Installation

Manual installation:
Note: Install at /usr/local/bin for system wide.

$ git clone https://github.com/ides3rt/doasedit.git
$ mkdir -p "$HOME"/.local/bin
$ mv doasedit/src/doasedit "$HOME"/.local/bin/

Using installer script:
Note: For system wide install, run installer.sh as root.

$ git clone https://github.com/ides3rt/doasedit.git
$ doasedit/installer.sh

Remove doasedit(1):

$ rm "$HOME"/.local/bin/doasedit

or

# rm /usr/local/bin/doasedit