From 0b9be2fa27ba76a4261a4683001426636c49c5c1 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:41:37 +1000 Subject: [PATCH] Ported Autobrr to ARM64 --- README.md | 1 + ct/autobrr.sh | 4 ++-- install/autobrr-install.sh | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 544fbc550..436733e54 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • Apache CouchDB
  • APT Cacher NG
  • Audiobookshelf
  • +
  • Autobrr
  • Docker
  • Jellyseerr
  • Mafl
  • diff --git a/ct/autobrr.sh b/ct/autobrr.sh index 8cfc2f3ee..f4c0f0868 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.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 @@ -61,7 +61,7 @@ msg_ok "Stopped ${APP} LXC" msg_info "Updating ${APP} LXC" rm -rf /usr/local/bin/* -wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_x86_64 | cut -d\" -f4) +wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_arm64 | cut -d\" -f4) tar -C /usr/local/bin -xzf autobrr*.tar.gz rm -rf autobrr*.tar.gz msg_ok "Updated ${APP} LXC" diff --git a/install/autobrr-install.sh b/install/autobrr-install.sh index c8883ddd9..0d22dc4e7 100644 --- a/install/autobrr-install.sh +++ b/install/autobrr-install.sh @@ -17,10 +17,11 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Autobrr" -wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_x86_64 | cut -d\" -f4) +wget -q $(curl -s https://api.github.com/repos/autobrr/autobrr/releases/latest | grep download | grep linux_arm64 | cut -d\" -f4) tar -C /usr/local/bin -xzf autobrr*.tar.gz rm -rf autobrr*.tar.gz mkdir -p /root/.config/autobrr