Skip to content
Snippets Groups Projects
Commit bc37b71a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix missing function in install script

parent bf702255
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ fi
# Stolen from mycroft-core/dev_setup.sh // Rainer Kartmann
function found_exe() {
hash "$1" 2>/dev/null
}
# If tput is available and can handle multiple colors
if found_exe tput ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment