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
Cusine (and Fabric ?) silently assume the 'sudo' command to be available on the machine, which is not given on some minimal Debian setups.
I would propose to add an according check in the initialization step, resulting in a warning. Doing such a check in the sudo() method would indirectly break some package managers, which might be confusing for users.
If needed, I can provide a patch for that.
The text was updated successfully, but these errors were encountered:
This is a very good idea. Also, it would be good to check that the shell is SH-compatible, as it's a requirement for Cuisine to work. Looking forward to your pull request!
Cusine (and Fabric ?) silently assume the 'sudo' command to be available on the machine, which is not given on some minimal Debian setups.
I would propose to add an according check in the initialization step, resulting in a warning. Doing such a check in the sudo() method would indirectly break some package managers, which might be confusing for users.
If needed, I can provide a patch for that.
The text was updated successfully, but these errors were encountered: