Browse Source

switch alpine to build.func

tteckster 2 years ago
parent
commit
a73ae02818
4 changed files with 4 additions and 4 deletions
  1. 1 1
      ct/alpine-docker.sh
  2. 1 1
      ct/alpine-grafana.sh
  3. 1 1
      ct/alpine-zigbee2mqtt.sh
  4. 1 1
      ct/alpine.sh

+ 1 - 1
ct/alpine-docker.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
 # Copyright (c) 2021-2023 tteck
 # Copyright (c) 2021-2023 tteck
 # Author: tteck (tteckster)
 # Author: tteck (tteckster)
 # License: MIT
 # License: MIT

+ 1 - 1
ct/alpine-grafana.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
 # Copyright (c) 2021-2023 tteck
 # Copyright (c) 2021-2023 tteck
 # Author: tteck (tteckster)
 # Author: tteck (tteckster)
 # License: MIT
 # License: MIT

+ 1 - 1
ct/alpine-zigbee2mqtt.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
 # Copyright (c) 2021-2023 tteck
 # Copyright (c) 2021-2023 tteck
 # Author: tteck (tteckster)
 # Author: tteck (tteckster)
 # License: MIT
 # License: MIT

+ 1 - 1
ct/alpine.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
 # Copyright (c) 2021-2023 tteck
 # Copyright (c) 2021-2023 tteck
 # Author: tteck (tteckster)
 # Author: tteck (tteckster)
 # License: MIT
 # License: MIT