From 8f1f18d66e32140e6a6734427d52161b9829c511 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:18:55 +1000 Subject: [PATCH] Port APT Cacher NG to ARM64 --- README.md | 1 + ct/apt-cacher-ng.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef66eade..471a034c4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • AgentDVR
  • Apache Cassandra
  • Apache CouchDB
  • +
  • APT Cacher NG
  • Docker
  • Jellyseerr
  • Mafl
  • diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index 8d8235a37..46c76bb7a 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.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