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