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