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"