You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
Currently Automatron doesn't support running commands with Sudo. While sudo support would be easy with a few if statements and using the sudo() function of fabric. It'd be better to be tool agnostic and allow users to add anything as a command prefix.
The text was updated successfully, but these errors were encountered:
Currently Automatron doesn't support running commands with Sudo. While sudo support would be easy with a few if statements and using the
sudo()
function of fabric. It'd be better to be tool agnostic and allow users to add anything as a command prefix.The text was updated successfully, but these errors were encountered: