Update homeassistant-core-install.sh

This commit is contained in:
CanbiZ 2025-01-04 18:25:15 +01:00 committed by GitHub
parent 38f4a98e4f
commit 6f557aa394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@ update_os
msg_info "Installing Dependencies (Patience)"
$STD apt-get install -y \
git \
curl \
git \
sudo \
mc \
bluez \
@ -42,7 +42,6 @@ $STD apt-get install -y \
libavfilter-dev \
libmariadb-dev-compat \
libatlas-base-dev
msg_ok "Installed Dependencies"
msg_info "Setup Python3"