From 4a20701745f2b9d0caa4cf9005e87b612e1298f2 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:11:08 +1000 Subject: [PATCH] Ported Homarr to ARM64 --- README.md | 1 + ct/homarr.sh | 2 +- install/homarr-install.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1df4658..543eb7abd 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • ⭕ Grocy
  • ⭕ Heimdall
  • ⭕ HiveMQ
  • +
  • ⭕ Homarr
  • ⭕ Jellyseerr
  • ⭕ Mafl
  • ⭕ Nginx Proxy Manager
  • diff --git a/ct/homarr.sh b/ct/homarr.sh index a81bad4f0..c5ae856e3 100644 --- a/ct/homarr.sh +++ b/ct/homarr.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/asyylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 0a7db8fac..119a2d98d 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -20,6 +20,7 @@ $STD apt-get install -y mc $STD apt-get install -y git $STD apt-get install -y ca-certificates $STD apt-get install -y gnupg +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"