Disable sudo password prompt

sudo visudo /etc/sudoers

add

# Paswordless sudo
%sudo ALL=(ALL) NOPASSWD: ALL

Closing thoughts

I welcome your feedback and hearing about your experiences! If this post has been useful to you, please feel free to leave a comment down below.

Changelog

  • 2023-11-05: Changed nano to visudo to prevent accidental misconfiguration.