Update homeassistant-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 11:23:48 -06:00
committed by GitHub
parent 2bca3d5646
commit a195d4c137

View File

@@ -11,7 +11,30 @@ if ! [ $(id -u) = 0 ]; then
fi
# Install Packages
pkg install -y cmake git-lite bash autoconf ca_root_nss curl ffmpeg gcc gmake libjpeg-turbo libxml2 libxslt pkgconf python${PYTHON_VERSION} py${PYTHON_VERSION}-numpy py${PYTHON_VERSION}-sqlite3 py${PYTHON_VERSION}-wheel py${PYTHON_VERSION}-setuptools py${PYTHON_VERSION}-installer rust sudo zlib-ng zip
pkg install -y \
autoconf \
bash \
ca_root_nss \
cmake \
curl \
ffmpeg \
gcc \
git-lite \
gmake \
libjpeg-turbo \
libxml2 \
libxslt \
pkgconf \
python${PYTHON_VERSION} \
py${PYTHON_VERSION}-installer \
py${PYTHON_VERSION}-numpy \
py${PYTHON_VERSION}-setuptools \
py${PYTHON_VERSION}-sqlite3 \
py${PYTHON_VERSION}-wheel \
rust \
sudo \
zip \
zlib-ng
# Create Directories
mkdir -p /home/homeassistant/config