mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-27 23:41:56 +00:00
Update homeassistant-install.sh
tweak
This commit is contained in:
parent
bbd7ad39f6
commit
ddd5b89be4
@ -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…
Reference in New Issue
Block a user