From b490ac8b1d5e806cf686aa1275c0ab7c6c117124 Mon Sep 17 00:00:00 2001 From: SquirrelDevelopper Date: Wed, 30 Oct 2024 16:51:01 +0100 Subject: [PATCH] Change script source URL to new repository Updated the `source` URL in `squirrelserversmanager.sh` from `squirreldeveloper` to `tteck`. This ensures the script pulls the latest functions from the correct repository. --- ct/squirrelserversmanager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/squirrelserversmanager.sh b/ct/squirrelserversmanager.sh index 2621f26d..dbacbee8 100644 --- a/ct/squirrelserversmanager.sh +++ b/ct/squirrelserversmanager.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/squirreldeveloper/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT