Update homeassistant-install.sh

tweak
This commit is contained in:
tteckster 2023-06-20 09:09:09 -04:00 committed by GitHub
parent bbd7ad39f6
commit ddd5b89be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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