MCPcopy
hub / github.com/Dokploy/dokploy / installRClone

Function installRClone

packages/server/src/setup/server-setup.ts:666–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664};
665
666export const installRClone = () => `
667 if command_exists rclone; then
668 echo "RClone already installed ✅"
669 else
670 curl https://rclone.org/install.sh | $SUDO_CMD bash
671 RCLONE_VERSION=$(rclone --version | head -n 1 | awk '{print $2}' | sed 's/^v//')
672 echo "RClone version $RCLONE_VERSION installed ✅"
673 fi
674`;
675
676export const createTraefikInstance = () => {
677 const command = `

Callers 1

defaultCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected