From c3315cb5dedb4ad7a4383d835cdb08cd397e0ca5 Mon Sep 17 00:00:00 2001 From: Janek <6506725+jkrgr0@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:10:13 +0000 Subject: [PATCH] fix(2fauth): :bug: Fixed path to build functions file --- ct/2fauth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/2fauth.sh b/ct/2fauth.sh index e20cd6f4..0b7a9b2d 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/misc/install.func) +source <(curl -s https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/heads/feature/2fauth/misc/build.func) # Copyright (c) 2021-2024 community-scripts ORG # Author: jkrgr0 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE