From 064136c06948b7b0c58455d50cfa436bc0708498 Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:54:04 -0400 Subject: [PATCH] Update lazylibrarian.sh temp change to use my build.func script instead of the Main one --- ct/lazylibrarian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index e57887bd..b36bf92d 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.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/MountyMapleSyrup/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: MountyMapleSyrup (MountyMapleSyrup) # License: MIT