From bd6b2b7bf80e0713b59f4fb10c1acfe4a8efe033 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:23:22 +1000 Subject: [PATCH] Ported Fhem to ARM64 --- README.md | 1 + ct/fhem.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e39b7823..153adc339 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • Emby
  • EMQX
  • ESPHome
  • +
  • Fhem
  • Jellyseerr
  • Mafl
  • Nginx Proxy Manager
  • diff --git a/ct/fhem.sh b/ct/fhem.sh index a98ce9ae4..dcc3359a9 100644 --- a/ct/fhem.sh +++ b/ct/fhem.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