Running a minimal ISO of CentOS_7
I've tried writing a .sh script using vi but can't get syntax highlighting to work.
Pressing escape and typing :syntax on as shown in articles like this one are not working.
The files I'm creating and editing are definitely .sh files and all have #!/bin/bash at the start of the first line.
What am I missing?