mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
12 lines
151 B
Bash
Executable File
12 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
cat hassuser
|
|
|
|
sudo su -s /bin/bash hass
|
|
|
|
# source /srv/hass/hass_venv/bin/activate
|
|
|
|
# to Upgrade:
|
|
|
|
# pip3 install --upgrade homeassistant
|
|
|