mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-v5.sh
This commit is contained in:
parent
f88f59cc42
commit
232c9d03f0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue