From 33cae052b786f401ddcb29c4d52ba55386506a83 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 18:13:16 +1000
Subject: [PATCH] Port MAFL to ARM64
---
README.md | 1 +
ct/mafl.sh | 2 +-
install/mafl-install.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3a50ab417..ac971122e 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Apache Cassandra
Docker
Jellyseerr
+ Mafl
Nginx Proxy Manager
Prowlarr
Radarr
diff --git a/ct/mafl.sh b/ct/mafl.sh
index 2dfee1714..ea9a73a64 100644
--- a/ct/mafl.sh
+++ b/ct/mafl.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/mafl-install.sh b/install/mafl-install.sh
index 63f30288e..6f2c07ce3 100644
--- a/install/mafl-install.sh
+++ b/install/mafl-install.sh
@@ -22,6 +22,7 @@ $STD apt-get install -y g++
$STD apt-get install -y gcc
$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"