From 88cd2a9f1a9336a2b4a2048ad1c655e19cfe5ad0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 6 May 2025 10:35:09 +0200 Subject: [PATCH] Update fumadocs-install.sh --- install/fumadocs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/fumadocs-install.sh b/install/fumadocs-install.sh index 49e63ac..a658ad4 100644 --- a/install/fumadocs-install.sh +++ b/install/fumadocs-install.sh @@ -23,7 +23,7 @@ msg_info "Installing Fumadocs" export NODE_OPTIONS="--max-old-space-size=4096" mkdir -p /opt/fumadocs cd /opt/fumadocs -$STD pnpm create fumadocs-app +pnpm create fumadocs-app PROJECT_NAME=$(find . -maxdepth 1 -type d ! -name '.' ! -name '..' | sed 's|^\./||') echo "$PROJECT_NAME" >/opt/fumadocs/.projectname msg_ok "Installed Fumadocs"