We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e9eac commit 362b5cdCopy full SHA for 362b5cd
ct/sqlserver2022.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-source <(curl -s https://raw.githubusercontent.com/kris701/ProxmoxVE/refs/heads/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
3
# Copyright (c) 2021-2025 community-scripts ORG
4
# Author: Kristian Skov
5
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
@@ -46,4 +46,4 @@ description
46
msg_ok "Completed Successfully!\n"
47
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
48
echo -e "${INFO}${YW} Access it using the following IP:${CL}"
49
-echo -e "${TAB}${GATEWAY}${BGN}${IP}:1433${CL}"
+echo -e "${TAB}${GATEWAY}${BGN}${IP}:1433${CL}"
0 commit comments