Update homeassistant-core-v5.sh

This commit is contained in:
tteckster 2023-01-07 20:42:08 -05:00 committed by GitHub
parent 2172a2031a
commit 891e6ef1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -323,10 +323,9 @@ function update_script() {
"3" "Install HACS" OFF \
"4" "Install FileBrowser" OFF \
3>&1 1>&2 2>&3)
if [ "$UPD" == "1" ]; then
clear
header_info
if [ "$UPD" == "1" ]; then
echo -e "\n LOG VIEWER - Go to http://${IP}:8123 to setup \n"
cd /srv/homeassistant && python3 -m venv . && source bin/activate && hass
exit
@ -363,8 +362,6 @@ echo -e "\n Go to http://${IP}:8123 \n"
exit
fi
if [ "$UPD" == "3" ]; then
clear
header_info
msg_info "Installing Home Assistant Comunity Store (HACS)"
apt update &>/dev/null
apt install unzip &>/dev/null
@ -375,8 +372,6 @@ echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integrat
exit
fi
if [ "$UPD" == "4" ]; then
clear
header_info
msg_info "Installing FileBrowser"
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null
filebrowser config init -a '0.0.0.0' &>/dev/null