Aktualisieren von homarr-install.sh

This commit is contained in:
CanbiZ 2025-01-28 18:24:06 +01:00 committed by GitHub
parent 87a987ba35
commit 63061942b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"