mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-28 07:51:55 +00:00
Update homeassistant-core-install.sh
tweak
This commit is contained in:
parent
8ff4c713be
commit
b90925f553
@ -19,10 +19,6 @@ update_os
|
|||||||
curl \
|
curl \
|
||||||
sudo \
|
sudo \
|
||||||
mc \
|
mc \
|
||||||
python3 \
|
|
||||||
python3-dev \
|
|
||||||
python3-venv \
|
|
||||||
python3-pip \
|
|
||||||
bluez \
|
bluez \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
@ -41,6 +37,15 @@ update_os
|
|||||||
libatlas-base-dev
|
libatlas-base-dev
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
msg_info "Updating Python3"
|
||||||
|
$STD apt-get install -y \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
python3-pip \
|
||||||
|
python3-venv
|
||||||
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
|
msg_ok "Updated Python3"
|
||||||
|
|
||||||
if [[ "$PCT_OSVERSION" == "11" ]]; then
|
if [[ "$PCT_OSVERSION" == "11" ]]; then
|
||||||
msg_info "Installing pyenv"
|
msg_info "Installing pyenv"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
|
Loading…
Reference in New Issue
Block a user