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