mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd "$(dirname "$0")/.."
|
|
|
|
git submodule init
|
|
script/bootstrap
|
|
python3 setup.py develop
|