Skip to content

Instantly share code, notes, and snippets.

@Vova-SH
Created July 24, 2022 14:14
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save Vova-SH/e44b25e9ae7387047820259a033ae004 to your computer and use it in GitHub Desktop.
Save Vova-SH/e44b25e9ae7387047820259a033ae004 to your computer and use it in GitHub Desktop.
Shell script for install HomeAssistant on Termux
pkg update
apt-get update
pkg upgrade
pkg install openssh
pkg install python nano make rust libcrypt libffi libjpeg-turbo binutils
pkg install mosquitto termux-api
python -m venv hass
source hass/bin/activate
pip install --upgrade pip
pip install wheel tzdata maturin==0.12.20
MATHLIB=m pip install numpy
pip install homeassistant
hass -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment