mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-10 13:28:09 -05:00
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
bash scripts/install/pip_packages --requirement requirements_core_min.txt |