Skip to content

Commit

Permalink
Improve setup script portability (home-assistant#37935)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jul 17, 2020
1 parent 1e8676b commit 1dd5a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Setups the repository.

# Stop on errors
Expand All @@ -14,7 +14,7 @@ source venv/bin/activate
script/bootstrap

pre-commit install
pip install -e . --constraint homeassistant/package_constraints.txt
python3 -m pip install -e . --constraint homeassistant/package_constraints.txt

hass --script ensure_config -c config

Expand Down

0 comments on commit 1dd5a36

Please sign in to comment.