1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

refrence fix for testing

This commit is contained in:
Miguel Muniz 2024-07-23 15:07:30 -07:00
parent 9848e3e1e6
commit ec0893d90e

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/Rogue-King/Proxmox/main/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/Rogue-King/Proxmox/gitea/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-author: Rogue-King