• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle






  • zicronstolinuxmasterrace@feddit.deI love Doas
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I use my Linux system without sudo, it does break some (badly written) scripts. You can fix it by either creating a symlink in your path or replacing sudo to doas on those scripts.

    But I rarely encounter these issues. Usually system applications won’t be affecting by a missing sudo binary, as their privileges are typically managed by polkit or similar.