paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
394 stars 39 forks source link

Possible to add support for doas instead of sudo? #39

Open Shadowcrit opened 1 year ago

Shadowcrit commented 1 year ago

I installed a new Debian instance, and installed doas instead of sudo, some of the script runs, but nothing really works with out having sudo installed. Would it be possible to make it work with doas instead of sudo?

paukstelis commented 1 year ago

I'll think about it, but I feel it is unlikely to happen quickly. Is there a reason you don't want to install sudo?