forked from forkanization/Proxmox-arm64
Port Prowlarr to ARM64
This commit is contained in:
@@ -30,6 +30,8 @@ Any applications not in ported or unsupported need to be tested for whether they
|
||||
<li>ActualBudget</li>
|
||||
<li>Adguard</li>
|
||||
<li>AgentDVR</li>
|
||||
<li>Docker</li>
|
||||
<li>Prowlarr
|
||||
<li>Radarr</li>
|
||||
<li>Sonarr</li>
|
||||
</details>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user