Skip to content

Commit 362b5cd

Browse files
authored
Update sqlserver2022.sh
1 parent 64e9eac commit 362b5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/sqlserver2022.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source <(curl -s https://raw.githubusercontent.com/kris701/ProxmoxVE/refs/heads/main/misc/build.func)
2+
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: Kristian Skov
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -46,4 +46,4 @@ description
4646
msg_ok "Completed Successfully!\n"
4747
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4848
echo -e "${INFO}${YW} Access it using the following IP:${CL}"
49-
echo -e "${TAB}${GATEWAY}${BGN}${IP}:1433${CL}"
49+
echo -e "${TAB}${GATEWAY}${BGN}${IP}:1433${CL}"

0 commit comments

Comments
 (0)