mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03: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..."
|
||||
uv venv "$HOME/.venv"
|
||||
fi
|
||||
# shellcheck source=/dev/null
|
||||
. "$HOME/.venv/bin/activate"
|
||||
|
||||
echo "==> Installing dependencies..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue