diff --git a/README.md b/README.md index 4676aafd3..1cdf3e6f5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Any applications not in ported or unsupported need to be tested for whether they | Cronicle | ⭕ | - | | Dashy | ⭕ | - | | deConz | ⭕ | - | -| DaemonSync | ❌ | - | +| DaemonSync | ❌ | Built for amd64 only. | | Deluge | ⭕ | - | | Docker | ☑️ | - | | Dockage | ⭕ | - | @@ -89,7 +89,7 @@ Any applications not in ported or unsupported need to be tested for whether they | ioBroker | ⭕ | - | | Jackett | ⭕ | - | | Jellyfin | ⭕ | - | -| Jellyseerr | ⭕ | - | +| Jellyseerr | ✅ | - | | k0s | ⭕ | - | | Kavita | ⭕ | - | | Keycloak | ⭕ | - | @@ -119,9 +119,10 @@ Any applications not in ported or unsupported need to be tested for whether they | OpenObserve | ⭕ | - | | Overseerr | ⭕ | - | | Owncast | ⭕ | - | -| PBS | ☑️ | Proxmox Backup Server | -| Prowlarr | ⭕ | - | +| PBS | ✅ | Proxmox Backup Server | +| Prowlarr | ✅ | - | | Radarr | ✅ | - | +| RDTClient | ✅ | Real-Debrid Torrent Client | | Sonarr | ✅ | - | | Tailscale | ✅ | No changes required | diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh index 7168998e2..9627e4845 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.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/changedetection-install.sh b/install/changedetection-install.sh index cf4df49dd..18fb6631c 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -81,7 +81,6 @@ $STD npm prune production --prefix /opt/browserless msg_ok "Installed Browserless & Playwright" msg_info "Installing Font Packages" -export DEBIAN_FRONTEND=noninteractive $STD apt-get install -y \ fontconfig \ libfontconfig1 \ diff --git a/install/rdtclient-install.sh b/install/rdtclient-install.sh index a077cb515..e5ffc3dfe 100644 --- a/install/rdtclient-install.sh +++ b/install/rdtclient-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 unzip +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing ASP.NET Core Runtime"