mirror of
https://github.com/hacs/integration.git
synced 2025-07-25 17:11:05 +00:00
8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
bash scripts/install/pip_packages "homeassistant==${1:-$(jq -r .homeassistant hacs.json)}"
|