From 84cead38dc132347fc630795a2a632482ebe2fca Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Thu, 16 May 2024 11:37:44 +0200 Subject: [PATCH] Update Umami installation source URL to point to tteck's repository --- ct/umami.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/umami.sh b/ct/umami.sh index 48c13830..9f94d0b9 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/BramSuurdje/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