Update homeassistant-v5.sh

This commit is contained in:
tteckster 2023-01-07 16:40:04 -05:00 committed by GitHub
parent f88f59cc42
commit 232c9d03f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,6 +367,7 @@ fi
if [ "$UPD" == "4" ]; then if [ "$UPD" == "4" ]; then
clear clear
header_info header_info
IP=$(hostname -I | awk '{print $1}')
msg_info "Installing FileBrowser" msg_info "Installing FileBrowser"
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null
filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config init -a '0.0.0.0' &>/dev/null