v0.0.6
This fix adds proper checks during the init:
- if root -> all ok
- if not root: check if I can write to AGENT_PATH
- if not root: check if DOCKER_PATH exist and is executable
- If any of those fails, ask for sudo, if sudo needs a password, we fail
This fix adds proper checks during the init: