marlof / ScORCH

DevOps Orchestration for Obrar deploy and Ansible playbooks
http://www.autoscorch.com
Apache License 2.0
5 stars 1 forks source link

Remove requirement for gawk #145

Closed marlof closed 4 years ago

marlof commented 4 years ago

If gawk is not installed scorch will not start (expected behavior) But say to install it with sudo apt-get install gawk.

Now that python is used to refresh the screen, try and remove the gawk requirement from code. i.e apt-get remove gawk, then remove requirement on gawk or add awk as the final check.