Working with doas
instead of sudo
#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The installer script tries to elevate privileges using
sudo
. On systems that rundoas
, the installation script fails. I used the specified install command on the website:curl -sSf -L https://install.lix.systems/lix | sh -s -- install
. Would be great to have the script also trydoas
ifsudo
fails.I ran it on Gentoo.