mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-08 05:03:52 -05:00
9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m pip install --requirement requirements.txt --upgrade
|
|
|
|
mkdir -p config |