There was an error while loading. Please reload this page.
In the case of sudo not being installed there is no alternative version for privilege escalation: .... which: no sudo in ....
sudo
.... which: no sudo in ....
Alternative methods could be added.
Since I use doas, I've managed to find a workaround with a symbolic link for sudo. In other words:
doas
$ ln -s /usr/bin/doas /usr/bin/sudo
In the case of
sudonot being installed there is no alternative version for privilege escalation:.... which: no sudo in ....Alternative methods could be added.
Since I use
doas, I've managed to find a workaround with a symbolic link forsudo.In other words: