Adding demo skill

pull/748/head
Augusto Monteiro 'Sparky 2017-05-05 12:11:36 -07:00 committed by Art McGee
parent cf1a98b2da
commit ef9eb0b07d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function update() {
}
function install_defaults() {
skills=( "alarm" "audio-record" "configuration" "date-time" "desktop-launcher" "ip" "joke" "hello-world" "media" "npr-news" "naptime" "pairing" "personal" "reminder" "installer" "singing" "speak" "spelling" "stop" "stock" "volume" "weather" "wiki" "wolfram-alpha" )
skills=( "alarm" "audio-record" "configuration" "date-time" "desktop-launcher" "ip" "joke" "hello-world" "media" "npr-news" "naptime" "pairing" "personal" "reminder" "installer" "singing" "speak" "spelling" "stop" "stock" "volume" "weather" "wiki" "wolfram-alpha" "mark1-demo" )
for i in "${skills[@]}"
do
if [ ! -d "$mycroft_skill_folder/skill-$i" ]; then