From d692f7d34493b65afc4b2504145dd6c6aa423f8f Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:01:56 +1000 Subject: [PATCH] Ported DaemonSync to ARM64 --- README.md | 1 + ct/daemonsync.sh | 2 +- install/daemonsync-install.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a078a4358..9a3e71b06 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Any applications not in ported or unsupported need to be tested for whether they
  • Cloudflared
  • Commafeed
  • Cronicle
  • +
  • DaemonSync - needs testing?
  • Docker
  • Jellyseerr
  • Mafl
  • diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index 01ffa4a7b..48f97e6d9 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.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/daemonsync-install.sh b/install/daemonsync-install.sh index 483e27aa8..e40bb03b3 100644 --- a/install/daemonsync-install.sh +++ b/install/daemonsync-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 g++-multilib +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Daemon Sync Server"