mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 10:06:18 +00:00
Update homeassistant-core-install.sh
This commit is contained in:
parent
32572c6072
commit
9cc4bda762
@ -43,18 +43,18 @@ $STD apt-get install -y \
|
|||||||
libavutil-dev \
|
libavutil-dev \
|
||||||
libavfilter-dev \
|
libavfilter-dev \
|
||||||
libmariadb-dev-compat \
|
libmariadb-dev-compat \
|
||||||
libatlas-base-dev
|
libatlas-base-dev \
|
||||||
|
software-properties-common
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setup Python3"
|
msg_info "Setup Python3"
|
||||||
curl -fsSL https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu/dists/focal/Release.gpg | gpg --dearmor -o /usr/share/keyrings/deadsnakes-archive.gpg
|
$STD add-apt-repository ppa:deadsnakes/ppa
|
||||||
echo "deb [signed-by=/usr/share/keyrings/deadsnakes-archive.gpg] http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/deadsnakes-ppa.list
|
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt get install -y \
|
$STD apt-get install -y \
|
||||||
python3 \
|
python3.13-* \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-dev \
|
python3.13-dev \
|
||||||
python3-venv
|
python3.13-venv
|
||||||
msg_ok "Setup Python3"
|
msg_ok "Setup Python3"
|
||||||
|
|
||||||
msg_info "Installing UV"
|
msg_info "Installing UV"
|
||||||
|
Loading…
Reference in New Issue
Block a user