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
+1 -1
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"