From 9669e36b4d0d6392ae2cf5e227abd590ab24768e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 07:15:55 -0400 Subject: [PATCH] Update iobroker-install.sh --- setup/iobroker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/iobroker-install.sh b/setup/iobroker-install.sh index 1922beab..f63611fc 100644 --- a/setup/iobroker-install.sh +++ b/setup/iobroker-install.sh @@ -50,7 +50,7 @@ apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null msg_ok "Installed Dependencies" -msg_info "Installing ioBroker" +msg_info "Installing ioBroker (10 min)" curl -sLf https://iobroker.net/install.sh | bash - &>/dev/null msg_ok "Installed ioBroker"