From c62f0bc6c8e0353aa009dd482f2133e0670027d5 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:02:46 +1000 Subject: [PATCH] Port Jellyseerr to ARM64 --- README.md | 1 + ct/jellyseerr.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 505bc2200..3a50ab417 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • AgentDVR
  • Apache Cassandra
  • Docker
  • +
  • Jellyseerr
  • Nginx Proxy Manager
  • Prowlarr
  • Radarr
  • diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 14768ed1f..0d8c096c6 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT