mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update jellyseerr.sh
tweak update (main branch)
This commit is contained in:
		@@ -21,7 +21,7 @@ echo -e "Loading..."
 | 
				
			|||||||
APP="Jellyseerr"
 | 
					APP="Jellyseerr"
 | 
				
			||||||
var_disk="8"
 | 
					var_disk="8"
 | 
				
			||||||
var_cpu="2"
 | 
					var_cpu="2"
 | 
				
			||||||
var_ram="4096"
 | 
					var_ram="2048"
 | 
				
			||||||
var_os="debian"
 | 
					var_os="debian"
 | 
				
			||||||
var_version="12"
 | 
					var_version="12"
 | 
				
			||||||
variables
 | 
					variables
 | 
				
			||||||
@@ -66,7 +66,7 @@ then
 | 
				
			|||||||
  systemctl start jellyseerr
 | 
					  systemctl start jellyseerr
 | 
				
			||||||
  exit
 | 
					  exit
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
yarn install &>/dev/null
 | 
					CYPRESS_INSTALL_BINARY=0 yarn install --frozen-lockfile --network-timeout 1000000 &>/dev/null
 | 
				
			||||||
yarn build &>/dev/null
 | 
					yarn build &>/dev/null
 | 
				
			||||||
systemctl start jellyseerr
 | 
					systemctl start jellyseerr
 | 
				
			||||||
msg_ok "Updated $APP"
 | 
					msg_ok "Updated $APP"
 | 
				
			||||||
@@ -77,10 +77,6 @@ start
 | 
				
			|||||||
build_container
 | 
					build_container
 | 
				
			||||||
description
 | 
					description
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Setting Container to Normal Resources"
 | 
					 | 
				
			||||||
pct set $CTID -memory 2048
 | 
					 | 
				
			||||||
msg_ok "Set Container to Normal Resources"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
msg_ok "Completed Successfully!\n"
 | 
					msg_ok "Completed Successfully!\n"
 | 
				
			||||||
echo -e "${APP} should be reachable by going to the following URL.
 | 
					echo -e "${APP} should be reachable by going to the following URL.
 | 
				
			||||||
         ${BL}http://${IP}:5055${CL} \n"
 | 
					         ${BL}http://${IP}:5055${CL} \n"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user