From c6af3dcfbc84bbf97943bda1d47eed9dc2aec135 Mon Sep 17 00:00:00 2001
From: Sam Heinz <54530346+asylumexp@users.noreply.github.com>
Date: Mon, 8 Apr 2024 18:53:04 +1000
Subject: [PATCH] Ported Channels to ARM64
---
README.md | 1 +
ct/channels.sh | 2 +-
install/channels-install.sh | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f9a59b3c2..5ad527a11 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Any applications not in ported or unsupported need to be tested for whether they
Blocky
CasaOS
ChangeDetection
+ Channels
Docker
Jellyseerr
Mafl
diff --git a/ct/channels.sh b/ct/channels.sh
index 7e8b01403..18fa63a40 100644
--- a/ct/channels.sh
+++ b/ct/channels.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/channels-install.sh b/install/channels-install.sh
index 548628af4..5156928b7 100644
--- a/install/channels-install.sh
+++ b/install/channels-install.sh
@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y chromium
$STD apt-get install -y xvfb
+$STD apt-get install -y wget
msg_ok "Installed Dependencies"
if [[ "$CTTYPE" == "0" ]]; then