Created
July 24, 2022 14:14
-
-
Save Vova-SH/e44b25e9ae7387047820259a033ae004 to your computer and use it in GitHub Desktop.
Shell script for install HomeAssistant on Termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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