From 7e373395952b97a8e56db0e7bad60f7cf1a770dd Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:58:21 +1000 Subject: [PATCH] Port AgentDVR to ARM64 --- README.md | 1 + ct/agentdvr.sh | 2 +- install/agentdvr-install.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b59142b2..56dce100b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Any applications not in ported or unsupported need to be tested for whether they Currently ported applications
  • ActualBudget
  • Adguard
  • +
  • AgentDVR
  • Radarr
  • Sonarr
  • diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index d77921bf7..9d0ead0f7 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.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/agentdvr-install.sh b/install/agentdvr-install.sh index 69491da5d..2d6d91b35 100644 --- a/install/agentdvr-install.sh +++ b/install/agentdvr-install.sh @@ -23,6 +23,7 @@ $STD apt-get install -y alsa-utils $STD apt-get install -y libxext-dev $STD apt-get install -y fontconfig $STD apt-get install -y libva-drm2 +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing AgentDVR"