Update homeassistant-install.sh

tweak
pull/1593/head
tteckster 2 years ago committed by GitHub
parent bbd7ad39f6
commit ddd5b89be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,10 +26,9 @@ python3-dev \
python3-pip \ python3-pip \
python3-venv python3-venv
if [[ "$PCT_OSVERSION" == "12" ]]; then if [[ "$PCT_OSVERSION" == "12" ]]; then
$STD apt-get install -y pipx $STD pip install runlike --break-system-packages
$STD pipx install runlike
else else
$STD pip3 install runlike $STD pip install runlike
fi fi
msg_ok "Installed runlike" msg_ok "Installed runlike"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.