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