diff --git a/README.md b/README.md index cfee293f8..c65184276 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Any applications not in ported or unsupported need to be tested for whether they
Currently ported applications +
  • ActualBudget - unable to test but does run
  • +
  • Adguard Home
  • Radarr
  • diff --git a/ct/adguard.sh b/ct/adguard.sh index b7a8fdd53..87a1a0ae7 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -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 diff --git a/install/adguard-install.sh b/install/adguard-install.sh index 263aa52b6..a884419c5 100644 --- a/install/adguard-install.sh +++ b/install/adguard-install.sh @@ -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"