docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Skip sleep and warning of 'command_exists docker' when relevant flag is set

Open Tashows opened this issue 11 months ago • 0 comments

Closes #183

- What I did Added the ability to skip sleep related to command_exists docker check.

- How I did it Added a relevant flag that skips block of code when it is present. Previous/Default functionality is not affected.

- How to verify it Run SKIP_DOCKER_EXISTS_WARN=true ./install.sh vs ./install.sh to verify relevant warning and sleep time do not appear/occur.

- Description for the changelog

Skip sleep and warning of 'command_exists docker' when SKIP_DOCKER_EXISTS_WARN is set

- A picture of a cute animal (not mandatory but encouraged)

Tashows avatar Nov 28 '24 15:11 Tashows