From 8dac6bf1b8f7d2d8c501552ccfed4bce92052ae2 Mon Sep 17 00:00:00 2001 From: Tolnay Date: Sat, 17 Jan 2026 17:53:38 +0100 Subject: [PATCH] Update Install Guide Added "npm" to the dependencies install list --- apps/frontend/content/guides/admin/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/content/guides/admin/install.md b/apps/frontend/content/guides/admin/install.md index ff18660..d134d5d 100644 --- a/apps/frontend/content/guides/admin/install.md +++ b/apps/frontend/content/guides/admin/install.md @@ -39,7 +39,7 @@ Blueprint, just like Pterodactyl, relies on a few dependencies to function. Inst ```bash # Install dependencies -sudo apt install -y ca-certificates curl git gnupg unzip wget zip +sudo apt install -y ca-certificates curl git gnupg unzip wget zip npm # Add Node.js apt repository sudo mkdir -p /etc/apt/keyrings