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
+2
View File
@@ -27,6 +27,8 @@ Any applications not in ported or unsupported need to be tested for whether they
<details> <details>
<summary>Currently ported applications</summary> <summary>Currently ported applications</summary>
<li>ActualBudget - unable to test but does run</li>
<li>Adguard Home</li>
<li>Radarr</li> <li>Radarr</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
+1 -1
View File
@@ -20,7 +20,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing AdGuard Home" 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_ok "Installed AdGuard Home"
msg_info "Creating Service" msg_info "Creating Service"