mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
add shellcheck directive for bootstrap script
This commit is contained in:
parent
1db729ae16
commit
03f09818d1
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ if [ ! -d "$HOME/.venv" ]; then
|
||||||
echo "==> Creating virtual environment..."
|
echo "==> Creating virtual environment..."
|
||||||
uv venv "$HOME/.venv"
|
uv venv "$HOME/.venv"
|
||||||
fi
|
fi
|
||||||
|
# shellcheck source=/dev/null
|
||||||
. "$HOME/.venv/bin/activate"
|
. "$HOME/.venv/bin/activate"
|
||||||
|
|
||||||
echo "==> Installing dependencies..."
|
echo "==> Installing dependencies..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue