Skip to content

Commit 47be3dc

Browse files
authored
Merge pull request #5 from mdlmarkham/copilot/fix-installation-error
Fix Proxmox LXC installation 404 error
2 parents e5b52b1 + 33be542 commit 47be3dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ct/build.func

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
2-
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
2+
# Fetch community-scripts build.func and modify it to use TailOpsMCP install script
3+
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func | \
4+
sed 's|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh|https://raw.githubusercontent.com/mdlmarkham/TailOpsMCP/master/ct/install.sh|')
35
# Copyright (c) 2024 SystemManager Contributors
46
# Author: SystemManager Team
57
# License: MIT

0 commit comments

Comments
 (0)