Update jellyseerr-install.sh

from yarn to pnpm
This commit is contained in:
tteckster 2024-06-23 20:36:40 -04:00 committed by GitHub
parent 9c475a0208
commit 26fd770db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 5 deletions

View File

@ -33,15 +33,16 @@ $STD apt-get update
$STD apt-get install -y nodejs $STD apt-get install -y nodejs
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Installing Yarn" msg_info "Installing pnpm"
$STD npm install -g yarn $STD npm install -g pnpm
msg_ok "Installed Yarn" msg_ok "Installed pnpm"
msg_info "Installing Jellyseerr (Patience)" msg_info "Installing Jellyseerr (Patience)"
git clone -q https://github.com/Fallenbagel/jellyseerr.git /opt/jellyseerr git clone -q https://github.com/Fallenbagel/jellyseerr.git /opt/jellyseerr
cd /opt/jellyseerr cd /opt/jellyseerr
$STD yarn install git checkout main
$STD yarn build $STD CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile
$STD pnpm build
mkdir -p /etc/jellyseerr/ mkdir -p /etc/jellyseerr/
cat <<EOF >/etc/jellyseerr/jellyseerr.conf cat <<EOF >/etc/jellyseerr/jellyseerr.conf
PORT=5055 PORT=5055