Port Adguard to ARM64

This commit is contained in:
Sam Heinz
2024-04-08 16:40:22 +10:00
parent b428fb4221
commit 1aa106b6e4
3 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ Any applications not in ported or unsupported need to be tested for whether they
<details>
<summary>Currently ported applications</summary>
<li>ActualBudget - unable to test but does run</li>
<li>Adguard Home</li>
<li>Radarr</li>
</details>

View File

@@ -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

View File

@@ -20,7 +20,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Installing AdGuard Home"
$STD tar zxvf <(curl -fsSL https://static.adtidy.org/adguardhome/release/AdGuardHome_linux_amd64.tar.gz) -C /opt
$STD tar zxvf <(curl -fsSL https://static.adtidy.org/adguardhome/release/AdGuardHome_linux_arm64.tar.gz) -C /opt
msg_ok "Installed AdGuard Home"
msg_info "Creating Service"