mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
Added gaction script to support the new Google Assistant component in Docker (#10019)
* added gactions install script * added gaction setup step * added ability to not install gaction * updated dev docker file
This commit is contained in:
committed by
Michaël Arnauts
parent
089e1ab6f4
commit
796a3ff49d
10
virtualization/Docker/scripts/gactions
Normal file
10
virtualization/Docker/scripts/gactions
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Sets up gactions for the google_assistant component.
|
||||
|
||||
# Stop on errors
|
||||
set -e
|
||||
|
||||
curl -LSO https://dl.google.com/gactions/updates/bin/linux/amd64/gactions/gactions
|
||||
mv gactions /usr/bin/gactions
|
||||
chmod +x /usr/bin/gactions
|
||||
/usr/bin/gactions -V
|
||||
Reference in New Issue
Block a user