mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update jellyseerr-install.sh
from yarn to pnpm
This commit is contained in:
		
							parent
							
								
									9c475a0208
								
							
						
					
					
						commit
						26fd770db5
					
				| @ -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 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user