Update ha_venv_setup.sh

This commit is contained in:
tteck 2021-08-24 07:51:19 -04:00 committed by GitHub
parent 3010f5d045
commit 37b16d7417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -39,27 +39,16 @@ apt-get -qqy install \
msg "Installing Dependencies..." msg "Installing Dependencies..."
sudo apt-get -qqy install \ sudo apt-get -qqy install \
msg "1..."
python3 \ python3 \
msg "2..."
python3-dev \ python3-dev \
msg "3..."
python3-venv \ python3-venv \
msg "4..."
python3-pip \ python3-pip \
msg "5..."
libffi-dev \ libffi-dev \
msg "6..."
libssl-dev \ libssl-dev \
msg "7..."
libjpeg-dev \ libjpeg-dev \
msg "8..."
zlib1g-dev \ zlib1g-dev \
msg "9..."
autoconf build-essential \ autoconf build-essential \
msg "1..."
libopenjp2-7 \ libopenjp2-7 \
msg "10..."
libtiff5 tzdata &>/dev/null libtiff5 tzdata &>/dev/null
sudo useradd -rm homeassistant &>/dev/null sudo useradd -rm homeassistant &>/dev/null