diff --git a/ct/2fauth.sh b/ct/2fauth.sh index 49b04b1d..4b41dcea 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/head/feature/2fauth/misc/build.func) +source <(curl -s https://github.com/jkrgr0/ProxmoxVE/raw/refs/heads/feature/2fauth/misc/install.func) # Copyright (c) 2021-2024 community-scripts ORG # Author: jkrgr0 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/misc/install.func b/misc/install.func index c385af32..09feaa9c 100644 --- a/misc/install.func +++ b/misc/install.func @@ -253,6 +253,6 @@ EOF systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') msg_ok "Customized Container" fi - echo "bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/jkrgr0/ProxmoxVE/refs/head/feature/2fauth/ct/${app}.sh)\"" >/usr/bin/update + echo "bash -c \"\$(wget -qLO - https://github.com/jkrgr0/ProxmoxVE/raw/refs/heads/feature/2fauth/ct/${APP}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update }