Port Prowlarr to ARM64

This commit is contained in:
Sam Heinz
2024-04-08 17:47:26 +10:00
parent ccd14932aa
commit f8a3bcd72e
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ Any applications not in ported or unsupported need to be tested for whether they
<li>ActualBudget</li> <li>ActualBudget</li>
<li>Adguard</li> <li>Adguard</li>
<li>AgentDVR</li> <li>AgentDVR</li>
<li>Docker</li>
<li>Prowlarr
<li>Radarr</li> <li>Radarr</li>
<li>Sonarr</li> <li>Sonarr</li>
</details> </details>
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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 # Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster) # Author: tteck (tteckster)
# License: MIT # License: MIT
+2 -1
View File
@@ -18,12 +18,13 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y sqlite3 $STD apt-get install -y sqlite3
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Prowlarr" msg_info "Installing Prowlarr"
mkdir -p /var/lib/prowlarr/ mkdir -p /var/lib/prowlarr/
chmod 775 /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 $STD tar -xvzf Prowlarr.master.*.tar.gz
mv Prowlarr /opt mv Prowlarr /opt
chmod 775 /opt/Prowlarr chmod 775 /opt/Prowlarr