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.
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.