From 3e858b331341f9bb4fca96f2dcf05465c66ee688 Mon Sep 17 00:00:00 2001 From: Joost van den Berg Date: Wed, 6 May 2026 14:59:03 +0200 Subject: [PATCH] Change source url --- ct/umbraco.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/umbraco.sh b/ct/umbraco.sh index 17d844f9..b77f8786 100644 --- a/ct/umbraco.sh +++ b/ct/umbraco.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/montagneid/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/montagneid/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: Joost van den Berg # License: MIT | https://github.com/montagneid/ProxmoxVED/raw/main/LICENSE @@ -41,4 +41,4 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://${IP}" +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}" \ No newline at end of file