mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
bash scripts/install/pip_packages "git+https://github.com/home-assistant/core.git@dev" |