From f8a3bcd72eba94f44999a9adad038347611609a8 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 17:47:26 +1000
Subject: [PATCH] Port Prowlarr to ARM64
---
README.md | 2 ++
ct/prowlarr.sh | 2 +-
install/prowlarr-install.sh | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 56dce100b..94cebe74d 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ Any applications not in ported or unsupported need to be tested for whether they
ActualBudget
Adguard
AgentDVR
+ Docker
+ Prowlarr
Radarr
Sonarr
diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh
index 610928f83..df776f85c 100644
--- a/ct/prowlarr.sh
+++ b/ct/prowlarr.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
diff --git a/install/prowlarr-install.sh b/install/prowlarr-install.sh
index 7270f471b..32aade854 100644
--- a/install/prowlarr-install.sh
+++ b/install/prowlarr-install.sh
@@ -18,12 +18,13 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y sqlite3
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Prowlarr"
mkdir -p /var/lib/prowlarr/
chmod 775 /var/lib/prowlarr/
-$STD wget --content-disposition 'https://prowlarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64'
+$STD wget --content-disposition 'https://prowlarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm64'
$STD tar -xvzf Prowlarr.master.*.tar.gz
mv Prowlarr /opt
chmod 775 /opt/Prowlarr