From 2f53542a324cfaec05660b8a064bd31c34c843a2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Apr 2022 16:18:19 -0400 Subject: [PATCH] Update uptimekuma-update.sh --- misc/uptimekuma-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/uptimekuma-update.sh b/misc/uptimekuma-update.sh index 87e55a25..f0fe745c 100644 --- a/misc/uptimekuma-update.sh +++ b/misc/uptimekuma-update.sh @@ -57,7 +57,7 @@ git checkout master &>/dev/null git pull &>/dev/null msg_ok "Updated Uptime Kuma" -msg_info "Installing Dependencies" +msg_info "Installing Dependencies (Patience)" npm ci &>/dev/null msg_ok "Installed Dependencies"