diff --git a/README.md b/README.md
index 543eb7abd..8a8986c7a 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,13 @@ Any applications not in ported or unsupported need to be tested for whether they
⭕ Heimdall
⭕ HiveMQ
⭕ Homarr
+ ⭕ Homeassistant Core
+ ⭕ Homeassistant
+ ⭕ Homebridge
+ ⭕ Homepage
+ ⭕ Homer
+ ⭕ Hyperhdr
+ ⭕ Hyperion
⭕ Jellyseerr
⭕ Mafl
⭕ Nginx Proxy Manager
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index 738e2ea16..38c725986 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.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
@@ -111,7 +111,7 @@ function update_script() {
read -r -p "Would you like to use No Authentication? " prompt
msg_info "Installing FileBrowser"
RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g')
- curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null
+ curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/$RELEASE/linux-arm64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
filebrowser config init -a '0.0.0.0' &>/dev/null
diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh
index 3f2c63edb..369dccee0 100644
--- a/ct/homeassistant.sh
+++ b/ct/homeassistant.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/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
@@ -102,7 +102,7 @@ function update_script() {
IP=$(hostname -I | awk '{print $1}')
msg_info "Installing FileBrowser"
RELEASE=$(curl -fsSL https://api.github.com/repos/filebrowser/filebrowser/releases/latest | grep -o '"tag_name": ".*"' | sed 's/"//g' | sed 's/tag_name: //g')
- curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null
+ curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-arm64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null
filebrowser config init -a '0.0.0.0' &>/dev/null
filebrowser config set -a '0.0.0.0' &>/dev/null
filebrowser users add admin changeme --perm.admin &>/dev/null
diff --git a/ct/homebridge.sh b/ct/homebridge.sh
index d252b52bc..7c1593e22 100644
--- a/ct/homebridge.sh
+++ b/ct/homebridge.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/ct/homepage.sh b/ct/homepage.sh
index 5107f65bd..583047252 100644
--- a/ct/homepage.sh
+++ b/ct/homepage.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/ct/homer.sh b/ct/homer.sh
index 7d02e0533..d75844e00 100644
--- a/ct/homer.sh
+++ b/ct/homer.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/ct/hyperhdr.sh b/ct/hyperhdr.sh
index 7c04a5969..aff319d4d 100644
--- a/ct/hyperhdr.sh
+++ b/ct/hyperhdr.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/ct/hyperion.sh b/ct/hyperion.sh
index 4edd8dd83..957e65c93 100644
--- a/ct/hyperion.sh
+++ b/ct/hyperion.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/homeassistant-core-install.sh b/install/homeassistant-core-install.sh
index 99027611a..2e46c5ab6 100644
--- a/install/homeassistant-core-install.sh
+++ b/install/homeassistant-core-install.sh
@@ -39,7 +39,8 @@ $STD apt-get install -y \
libavutil-dev \
libavfilter-dev \
libmariadb-dev-compat \
- libatlas-base-dev
+ libatlas-base-dev \
+ wget
msg_ok "Installed Dependencies"
#RELEASE=$(curl -s https://www.python.org/downloads/ | grep -oP 'Download Python \K\d+\.\d+\.\d+' | head -1)
diff --git a/install/homeassistant-install.sh b/install/homeassistant-install.sh
index 729fadebb..1b4f047cc 100644
--- a/install/homeassistant-install.sh
+++ b/install/homeassistant-install.sh
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
diff --git a/install/homebridge-install.sh b/install/homebridge-install.sh
index b18510edd..ee26603ce 100644
--- a/install/homebridge-install.sh
+++ b/install/homebridge-install.sh
@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y avahi-daemon
$STD apt-get install -y gnupg2
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Setting up Homebridge Repository"
diff --git a/install/homepage-install.sh b/install/homepage-install.sh
index 7e7dc650f..8c255539a 100644
--- a/install/homepage-install.sh
+++ b/install/homepage-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"
diff --git a/install/homer-install.sh b/install/homer-install.sh
index 82071cf48..5971e438b 100644
--- a/install/homer-install.sh
+++ b/install/homer-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 pip
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Homer"
diff --git a/install/hyperhdr-install.sh b/install/hyperhdr-install.sh
index bca1ce2c3..5cefd7537 100644
--- a/install/hyperhdr-install.sh
+++ b/install/hyperhdr-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 gpg
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing HyperHDR"
diff --git a/install/hyperion-install.sh b/install/hyperion-install.sh
index 3ac24e5ac..8a2b54fe5 100644
--- a/install/hyperion-install.sh
+++ b/install/hyperion-install.sh
@@ -21,6 +21,7 @@ $STD apt-get install -y lsb-release
$STD apt-get install -y gpg
$STD apt-get install -y apt-transport-https
$STD apt-get install -y libpython3.11
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"