From 63061942b91a1036d1a360deaf9014920028a29a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:24:06 +0100 Subject: [PATCH] Aktualisieren von homarr-install.sh --- install/homarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index f4228c96..6a0ba36b 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -35,7 +35,7 @@ msg_ok "Set up Node.js Repository" msg_info "Installing Node.js/pnpm" $STD apt-get update $STD apt-get install -y nodejs -$STD npm install -g pnpm +$STD npm install -g pnpm@latest msg_ok "Installed Node.js/pnpm" msg_info "Installing Homarr (Patience)"