From 6915bae1b3de6ef571aa22fcade079a5a9a4a20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Sun, 21 Jan 2024 17:05:20 -0500 Subject: [PATCH] [ansible/venv] Add skill-ovos-boot-finished skill --- .../templates/virtualenv/skills-requirements.txt.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/ovos_installer/templates/virtualenv/skills-requirements.txt.j2 b/ansible/roles/ovos_installer/templates/virtualenv/skills-requirements.txt.j2 index 1c99446b..763b9c87 100644 --- a/ansible/roles/ovos_installer/templates/virtualenv/skills-requirements.txt.j2 +++ b/ansible/roles/ovos_installer/templates/virtualenv/skills-requirements.txt.j2 @@ -6,6 +6,7 @@ ovos-skill-stop ovos-skill-volume # No PyPi release +git+https://github.com/OpenVoiceOS/skill-ovos-boot-finished.git git+https://github.com/OpenVoiceOS/skill-ovos-icanhazdadjokes.git git+https://github.com/OpenVoiceOS/skill-ovos-weather.git git+https://github.com/OpenVoiceOS/skill-ovos-wikipedia.git