Does anyone have any ideas or opinions on how to use commands that require sudo in a script in desktop? I could use the terminal block, but that requires interaction that’d be nice to avoid. Modifying sudoers to make them passwordless is kinda an option, but not ideal either. i’m wondering if something like ansible’s “become” where it asks for the password at the start and reuses it automatically could be an option.