From 650a5f5df57991cac2e91e811d4a3ad1a312fc27 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:58:20 +0200 Subject: [PATCH] fix single r to double r --- install/jellyseerr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jellyseerr-install.sh b/install/jellyseerr-install.sh index 50054b2fa..80733da9f 100644 --- a/install/jellyseerr-install.sh +++ b/install/jellyseerr-install.sh @@ -28,7 +28,7 @@ NODE_VERSION="22" NODE_MODULE="pnpm@$pnpm_desired" setup_nodejs msg_info "Installing Jellyseerr (Patience)" export CYPRESS_INSTALL_BINARY=0 -cd /opt/jellyseer +cd /opt/jellyseerr $STD pnpm install --frozen-lockfile export NODE_OPTIONS="--max-old-space-size=3072" $STD pnpm build