Update iobroker-install.sh

This commit is contained in:
tteckster 2022-04-19 07:15:55 -04:00 committed by GitHub
parent cf831d4cb3
commit 9669e36b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing ioBroker" msg_info "Installing ioBroker (10 min)"
curl -sLf https://iobroker.net/install.sh | bash - &>/dev/null curl -sLf https://iobroker.net/install.sh | bash - &>/dev/null
msg_ok "Installed ioBroker" msg_ok "Installed ioBroker"