From dc82817be728add00a2fa153a375d37d63330c72 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 18:59:48 +1000
Subject: [PATCH] Ported Cronicle to ARM64
---
README.md | 1 +
ct/cronicle.sh | 2 +-
install/cronicle-install.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 97074e69d..a078a4358 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Channels
Cloudflared
Commafeed
+ Cronicle
Docker
Jellyseerr
Mafl
diff --git a/ct/cronicle.sh b/ct/cronicle.sh
index 946101f37..43ef798fe 100644
--- a/ct/cronicle.sh
+++ b/ct/cronicle.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/cronicle-install.sh b/install/cronicle-install.sh
index 0763bdd81..92b515c9e 100644
--- a/install/cronicle-install.sh
+++ b/install/cronicle-install.sh
@@ -21,6 +21,7 @@ $STD apt-get install -y git
$STD apt-get install -y make
$STD apt-get install -y g++
$STD apt-get install -y gcc
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Node.js"