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"