From 4637c07b3cfd3f51dcc1425709c0014505e5994e Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:08:35 +1000 Subject: [PATCH] Ported HiveMQ to ARM64 --- README.md | 1 + ct/hivemq.sh | 2 +- install/hivemq-install.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 899a97acd..5a1df4658 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • ⭕ Grafana
  • ⭕ Grocy
  • ⭕ Heimdall
  • +
  • ⭕ HiveMQ
  • ⭕ Jellyseerr
  • ⭕ Mafl
  • ⭕ Nginx Proxy Manager
  • diff --git a/ct/hivemq.sh b/ct/hivemq.sh index 80b79c81c..ed2b55c5b 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.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/hivemq-install.sh b/install/hivemq-install.sh index 8e66f3b23..1e943ee3c 100644 --- a/install/hivemq-install.sh +++ b/install/hivemq-install.sh @@ -18,6 +18,7 @@ $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y gpg +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing OpenJDK"