diff --git a/README.md b/README.md index 97074e69d..a078a4358 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • Channels
  • Cloudflared
  • Commafeed
  • +
  • Cronicle
  • Docker
  • Jellyseerr
  • Mafl
  • diff --git a/ct/cronicle.sh b/ct/cronicle.sh index 946101f37..43ef798fe 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.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/cronicle-install.sh b/install/cronicle-install.sh index 0763bdd81..92b515c9e 100644 --- a/install/cronicle-install.sh +++ b/install/cronicle-install.sh @@ -21,6 +21,7 @@ $STD apt-get install -y git $STD apt-get install -y make $STD apt-get install -y g++ $STD apt-get install -y gcc +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Node.js"