mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 17:39:55 +01:00
Update homeassistant-install.sh - fix format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user