Revert "port all A named cts"

This reverts commit 9afdcc793b.
This commit is contained in:
Sam Heinz
2025-01-08 00:13:58 +10:00
parent 6785d3ff67
commit 07263fd421
17 changed files with 32 additions and 70 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ $STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing AdGuard Home"
$STD tar zxvf <(curl -fsSL https://static.adtidy.org/adguardhome/release/AdGuardHome_linux_arm64.tar.gz) -C /opt
$STD tar zxvf <(curl -fsSL https://static.adtidy.org/adguardhome/release/AdGuardHome_linux_amd64.tar.gz) -C /opt
msg_ok "Installed AdGuard Home"
msg_info "Creating Service"