From 9b9d5850c0ec083791bb0b70877961d8cd427836 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:48:33 +1000 Subject: [PATCH] [PBS] Fix typo auto-exiting PBS install script --- ct/pbs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/pbs.sh b/ct/pbs.sh index dd67bffe4..1fab6a763 100644 --- a/ct/pbs.sh +++ b/ct/pbs.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster)