From d0737c820b98468b63b8b523daa2c63b44bf95d4 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Tue, 9 Apr 2024 23:05:02 +1000
Subject: [PATCH] Ported Grocy to ARM64
---
README.md | 1 +
ct/grocy.sh | 2 +-
install/grocy-install.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1a33f6779..412e0aef7 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Any applications not in ported or unsupported need to be tested for whether they
⭕ Gokapi
⭕ Gotify
⭕ Grafana
+ ⭕ Grocy
⭕ Jellyseerr
⭕ Mafl
⭕ Nginx Proxy Manager
diff --git a/ct/grocy.sh b/ct/grocy.sh
index fc48644bf..1bc9e4665 100644
--- a/ct/grocy.sh
+++ b/ct/grocy.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/grocy-install.sh b/install/grocy-install.sh
index f3dc7f573..65b7ea7de 100644
--- a/install/grocy-install.sh
+++ b/install/grocy-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 apt-transport-https
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing PHP8.2"