From d462c6d7a23d2112b3af8376d1f629c5c34b6fbd Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:09:37 +0200 Subject: [PATCH] fix: Update location --- agent/service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/service.sh b/agent/service.sh index 87ae7c4..2f1c720 100644 --- a/agent/service.sh +++ b/agent/service.sh @@ -28,7 +28,7 @@ start() { if [ ! -f "$SCRIPT" ]; then - URL="https://raw.githubusercontent.com/kroese/virtual-dsm/master/agent/agent.sh" + URL="https://raw.githubusercontent.com/vdsm/virtual-dsm/master/agent/agent.sh" if ! curl -sfk -m 10 -o "${SCRIPT}" "${URL}"; then error 'Failed to download agent script.' > /dev/ttyS0