diff --git a/ct/adguard.sh b/ct/adguard.sh
index 77d1dc81..682fc877 100644
--- a/ct/adguard.sh
+++ b/ct/adguard.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine-adguard.sh b/ct/alpine-adguard.sh
index 27774dd8..4604fbcb 100644
--- a/ct/alpine-adguard.sh
+++ b/ct/alpine-adguard.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh
index a87cb323..21bd2144 100644
--- a/ct/alpine-docker.sh
+++ b/ct/alpine-docker.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh
index 64e7dc9e..4dd13bda 100644
--- a/ct/alpine-grafana.sh
+++ b/ct/alpine-grafana.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh
index f54380ab..0f6c9930 100644
--- a/ct/alpine-vaultwarden.sh
+++ b/ct/alpine-vaultwarden.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh
index 45bc9c46..28bcaf3b 100644
--- a/ct/alpine-zigbee2mqtt.sh
+++ b/ct/alpine-zigbee2mqtt.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/alpine.sh b/ct/alpine.sh
index bc9c599f..19074a97 100644
--- a/ct/alpine.sh
+++ b/ct/alpine.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh
index e60722a3..7e1de964 100644
--- a/ct/audiobookshelf.sh
+++ b/ct/audiobookshelf.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/autobrr.sh b/ct/autobrr.sh
index 163653db..7571c138 100644
--- a/ct/autobrr.sh
+++ b/ct/autobrr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/blocky.sh b/ct/blocky.sh
index e0961a18..cfa21ed8 100644
--- a/ct/blocky.sh
+++ b/ct/blocky.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/casaos.sh b/ct/casaos.sh
index eeedd26c..e7bcf8e2 100644
--- a/ct/casaos.sh
+++ b/ct/casaos.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/changedetection.sh b/ct/changedetection.sh
index b4d3c604..3f94891c 100644
--- a/ct/changedetection.sh
+++ b/ct/changedetection.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/cronicle.sh b/ct/cronicle.sh
index 3b50d593..85019ee5 100644
--- a/ct/cronicle.sh
+++ b/ct/cronicle.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh
index ec76d391..5b0a2ee6 100644
--- a/ct/daemonsync.sh
+++ b/ct/daemonsync.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/dashy.sh b/ct/dashy.sh
index 9ea73c83..63338364 100644
--- a/ct/dashy.sh
+++ b/ct/dashy.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/debian.sh b/ct/debian.sh
index e2374396..3ece2f2a 100644
--- a/ct/debian.sh
+++ b/ct/debian.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/deconz.sh b/ct/deconz.sh
index bd102e14..d43073f8 100644
--- a/ct/deconz.sh
+++ b/ct/deconz.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/deluge.sh b/ct/deluge.sh
index faaf31bf..da8ce1eb 100644
--- a/ct/deluge.sh
+++ b/ct/deluge.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/devuan.sh b/ct/devuan.sh
index e212a4d6..6c51b605 100644
--- a/ct/devuan.sh
+++ b/ct/devuan.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/docker.sh b/ct/docker.sh
index f8a590d5..37ca3808 100644
--- a/ct/docker.sh
+++ b/ct/docker.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/emby.sh b/ct/emby.sh
index b220c4ea..dd296190 100644
--- a/ct/emby.sh
+++ b/ct/emby.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/emqx.sh b/ct/emqx.sh
index b93caee7..69afa53d 100644
--- a/ct/emqx.sh
+++ b/ct/emqx.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/esphome.sh b/ct/esphome.sh
index c1e3e6fe..1c25bd4f 100644
--- a/ct/esphome.sh
+++ b/ct/esphome.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh
index f23b7f99..ebd1fade 100644
--- a/ct/go2rtc.sh
+++ b/ct/go2rtc.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/grafana.sh b/ct/grafana.sh
index 0f4ab050..f908c465 100644
--- a/ct/grafana.sh
+++ b/ct/grafana.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/grocy.sh b/ct/grocy.sh
index 84f372f2..bf7a05b8 100644
--- a/ct/grocy.sh
+++ b/ct/grocy.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/heimdalldashboard.sh b/ct/heimdalldashboard.sh
index 7f4c0449..3a631eeb 100644
--- a/ct/heimdalldashboard.sh
+++ b/ct/heimdalldashboard.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index 6990a826..68cbf783 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh
index 089c49b0..1bb58440 100644
--- a/ct/homeassistant.sh
+++ b/ct/homeassistant.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/homebridge.sh b/ct/homebridge.sh
index ef2b2bc3..ebc25192 100644
--- a/ct/homebridge.sh
+++ b/ct/homebridge.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/homepage.sh b/ct/homepage.sh
index 19d3787a..90538100 100644
--- a/ct/homepage.sh
+++ b/ct/homepage.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/homer.sh b/ct/homer.sh
index 4c372de6..13d2b64b 100644
--- a/ct/homer.sh
+++ b/ct/homer.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/hyperion.sh b/ct/hyperion.sh
index 1452995b..64b0fa33 100644
--- a/ct/hyperion.sh
+++ b/ct/hyperion.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/influxdb.sh b/ct/influxdb.sh
index 4518c946..44b3eddb 100644
--- a/ct/influxdb.sh
+++ b/ct/influxdb.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/iobroker.sh b/ct/iobroker.sh
index 972b39f9..31b5a552 100644
--- a/ct/iobroker.sh
+++ b/ct/iobroker.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/jackett.sh b/ct/jackett.sh
index d4e7806a..ec991c7d 100644
--- a/ct/jackett.sh
+++ b/ct/jackett.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh
index e353c079..c4bdef50 100644
--- a/ct/jellyfin.sh
+++ b/ct/jellyfin.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/k0s.sh b/ct/k0s.sh
index a2e37c73..710dd461 100644
--- a/ct/k0s.sh
+++ b/ct/k0s.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/kavita.sh b/ct/kavita.sh
index 7d170782..b80d4728 100644
--- a/ct/kavita.sh
+++ b/ct/kavita.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/keycloak.sh b/ct/keycloak.sh
index 1e5d100e..98ae1938 100644
--- a/ct/keycloak.sh
+++ b/ct/keycloak.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/lidarr.sh b/ct/lidarr.sh
index 52d2e8ad..c8cf9b26 100644
--- a/ct/lidarr.sh
+++ b/ct/lidarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh
index 0a5d7751..408e1107 100644
--- a/ct/magicmirror.sh
+++ b/ct/magicmirror.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/mariadb.sh b/ct/mariadb.sh
index a490ab5a..04b0ba93 100644
--- a/ct/mariadb.sh
+++ b/ct/mariadb.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh
index 24e3ca2c..7d544d0b 100644
--- a/ct/meshcentral.sh
+++ b/ct/meshcentral.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/motioneye.sh b/ct/motioneye.sh
index 5d1eb954..6dc03205 100644
--- a/ct/motioneye.sh
+++ b/ct/motioneye.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/mqtt.sh b/ct/mqtt.sh
index 77af8ba8..d0ccf349 100644
--- a/ct/mqtt.sh
+++ b/ct/mqtt.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/n8n.sh b/ct/n8n.sh
index 153c0c0c..944d0fe3 100644
--- a/ct/n8n.sh
+++ b/ct/n8n.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/navidrome.sh b/ct/navidrome.sh
index 3d890b59..2aef956b 100644
--- a/ct/navidrome.sh
+++ b/ct/navidrome.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh
index 795baac5..6f887d8c 100644
--- a/ct/nextcloudpi.sh
+++ b/ct/nextcloudpi.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh
index 0cb502ab..215e8e24 100644
--- a/ct/nginxproxymanager.sh
+++ b/ct/nginxproxymanager.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/nocodb.sh b/ct/nocodb.sh
index e3c05b57..50677ceb 100644
--- a/ct/nocodb.sh
+++ b/ct/nocodb.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/node-red.sh b/ct/node-red.sh
index b582925e..b625d323 100644
--- a/ct/node-red.sh
+++ b/ct/node-red.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/omada.sh b/ct/omada.sh
index d270d767..40eea690 100644
--- a/ct/omada.sh
+++ b/ct/omada.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/omv.sh b/ct/omv.sh
index 5daca748..f370db72 100644
--- a/ct/omv.sh
+++ b/ct/omv.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/openhab.sh b/ct/openhab.sh
index 86bc045e..6e3357a6 100644
--- a/ct/openhab.sh
+++ b/ct/openhab.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh
index 054a26d8..dadc2f51 100644
--- a/ct/paperless-ngx.sh
+++ b/ct/paperless-ngx.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/photoprism.sh b/ct/photoprism.sh
index 68298e6f..1e789870 100644
--- a/ct/photoprism.sh
+++ b/ct/photoprism.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/pihole.sh b/ct/pihole.sh
index 4ceacf67..b5de9177 100644
--- a/ct/pihole.sh
+++ b/ct/pihole.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/plex.sh b/ct/plex.sh
index 39a302a5..a944d8b6 100644
--- a/ct/plex.sh
+++ b/ct/plex.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh
index 157857d2..14947e9d 100644
--- a/ct/podman-homeassistant.sh
+++ b/ct/podman-homeassistant.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/podman.sh b/ct/podman.sh
index 155013bb..ef57de78 100644
--- a/ct/podman.sh
+++ b/ct/podman.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/postgresql.sh b/ct/postgresql.sh
index 6b620c0e..1275649a 100644
--- a/ct/postgresql.sh
+++ b/ct/postgresql.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/prometheus.sh b/ct/prometheus.sh
index 22336044..c1514477 100644
--- a/ct/prometheus.sh
+++ b/ct/prometheus.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh
index 0fff01fd..a61d6144 100644
--- a/ct/prowlarr.sh
+++ b/ct/prowlarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh
index 9bfcd658..d5e20ddf 100644
--- a/ct/qbittorrent.sh
+++ b/ct/qbittorrent.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/radarr.sh b/ct/radarr.sh
index cbbc24e0..0664fc5d 100644
--- a/ct/radarr.sh
+++ b/ct/radarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/readarr.sh b/ct/readarr.sh
index 5724f5f0..3ac5ee57 100644
--- a/ct/readarr.sh
+++ b/ct/readarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh
index ccdf1b81..eb955c9d 100644
--- a/ct/rockylinux.sh
+++ b/ct/rockylinux.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/rstptoweb.sh b/ct/rstptoweb.sh
index 1b59b624..b3e9dfb5 100644
--- a/ct/rstptoweb.sh
+++ b/ct/rstptoweb.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh
index bfe2b1e8..2f1a8c1b 100644
--- a/ct/sabnzbd.sh
+++ b/ct/sabnzbd.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/scrypted.sh b/ct/scrypted.sh
index a46ca363..c10a33be 100644
--- a/ct/scrypted.sh
+++ b/ct/scrypted.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/shinobi.sh b/ct/shinobi.sh
index a903fbe7..23020d04 100644
--- a/ct/shinobi.sh
+++ b/ct/shinobi.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/sonarr.sh b/ct/sonarr.sh
index 5367c996..e8152274 100644
--- a/ct/sonarr.sh
+++ b/ct/sonarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/syncthing.sh b/ct/syncthing.sh
index ebc9d851..e26dbd56 100644
--- a/ct/syncthing.sh
+++ b/ct/syncthing.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/tdarr.sh b/ct/tdarr.sh
index 21ed0bae..ba2f9149 100644
--- a/ct/tdarr.sh
+++ b/ct/tdarr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh
index 7df09138..fbe2c925 100644
--- a/ct/technitiumdns.sh
+++ b/ct/technitiumdns.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/transmission.sh b/ct/transmission.sh
index f9b13697..86d45292 100644
--- a/ct/transmission.sh
+++ b/ct/transmission.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/trilium.sh b/ct/trilium.sh
index 9e2b421e..dd2b2578 100644
--- a/ct/trilium.sh
+++ b/ct/trilium.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh
index cf8e8727..9fce57ed 100644
--- a/ct/ubuntu.sh
+++ b/ct/ubuntu.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/ubuntu.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ubuntu.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/umbrel.sh b/ct/umbrel.sh
index d2f89a15..796693ce 100644
--- a/ct/umbrel.sh
+++ b/ct/umbrel.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/docker.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/docker.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/unifi.sh b/ct/unifi.sh
index 202a06a5..c5993242 100644
--- a/ct/unifi.sh
+++ b/ct/unifi.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh
index fc93e527..86644bf9 100644
--- a/ct/uptimekuma.sh
+++ b/ct/uptimekuma.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh
index 5c847cef..3a9aed9a 100644
--- a/ct/vaultwarden.sh
+++ b/ct/vaultwarden.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/whisparr.sh b/ct/whisparr.sh
index ef10302e..7c3adbe4 100644
--- a/ct/whisparr.sh
+++ b/ct/whisparr.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/whoogle.sh b/ct/whoogle.sh
index 56443def..e1bf927c 100644
--- a/ct/whoogle.sh
+++ b/ct/whoogle.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/wikijs.sh b/ct/wikijs.sh
index 905b82ca..377eeba0 100644
--- a/ct/wikijs.sh
+++ b/ct/wikijs.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/wireguard.sh b/ct/wireguard.sh
index c40ca8c3..cfd017be 100644
--- a/ct/wireguard.sh
+++ b/ct/wireguard.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/yunohost.sh b/ct/yunohost.sh
index d34bf9b9..931ad446 100644
--- a/ct/yunohost.sh
+++ b/ct/yunohost.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh
index 965ff01a..2030a5dd 100644
--- a/ct/zigbee2mqtt.sh
+++ b/ct/zigbee2mqtt.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh
index e4299417..7dc9ec31 100644
--- a/ct/zwave-js-ui.sh
+++ b/ct/zwave-js-ui.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/debian.func)
+source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/debian.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
diff --git a/misc/alpine.func b/misc/alpine.func
index 4c15b22b..b784217c 100644
--- a/misc/alpine.func
+++ b/misc/alpine.func
@@ -347,7 +347,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
- export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/alpine-install.func)"
+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/alpine-install.func)"
export tz="$timezone"
export DISABLEIPV6="$DISABLEIP6"
export APPLICATION="$APP"
@@ -385,16 +385,16 @@ lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=
EOF
fi
msg_info "Starting LXC Container"
- pct start $CTID
+ pct start "$CTID"
msg_ok "Started LXC Container"
- pct exec $CTID -- ash -c "apk add bash >/dev/null"
- lxc-attach -n $CTID -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
+ pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
+ lxc-attach -n "$CTID" -- bash -c "$(wget -qO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}
description() {
- IP=$(pct exec $CTID ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
- pct set $CTID -description "# ${APP} LXC
+ IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
+ pct set "$CTID" -description "# ${APP} LXC
### https://tteck.github.io/Proxmox/
"
}
diff --git a/misc/debian.func b/misc/debian.func
index 27f3d530..fff5e559 100644
--- a/misc/debian.func
+++ b/misc/debian.func
@@ -346,7 +346,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
- export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/install.func)"
+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/install.func)"
export tz="$timezone"
export DISABLEIPV6="$DISABLEIP6"
export APPLICATION="$APP"
@@ -389,15 +389,15 @@ lxc.cap.drop:
EOF
fi
msg_info "Starting LXC Container"
- pct start $CTID
+ pct start "$CTID"
msg_ok "Started LXC Container"
- lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
+ lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}
description() {
- IP=$(pct exec $CTID ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
- pct set $CTID -description "# ${APP} LXC
+ IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
+ pct set "$CTID" -description "# ${APP} LXC
### https://tteck.github.io/Proxmox/
"
}
diff --git a/misc/docker.func b/misc/docker.func
index 8161c9eb..702f598e 100644
--- a/misc/docker.func
+++ b/misc/docker.func
@@ -354,7 +354,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
- export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/install.func)"
+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/install.func)"
export tz="$timezone"
export ST="$FUSE"
export DISABLEIPV6="$DISABLEIP6"
@@ -395,15 +395,15 @@ lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=
EOF
fi
msg_info "Starting LXC Container"
- pct start $CTID
+ pct start "$CTID"
msg_ok "Started LXC Container"
- lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
+ lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}
description() {
- IP=$(pct exec $CTID ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
- pct set $CTID -description "# ${APP} LXC
+ IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
+ pct set "$CTID" -description "# ${APP} LXC
### https://tteck.github.io/Proxmox/
"
}
diff --git a/misc/ubuntu.func b/misc/ubuntu.func
index 815eb91c..04695499 100644
--- a/misc/ubuntu.func
+++ b/misc/ubuntu.func
@@ -357,7 +357,7 @@ build_container() {
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
- export FUNCTIONS_FILE_PATH=$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/next/misc/install.func)
+ export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/install.func)"
export tz="$timezone"
export DISABLEIPV6="$DISABLEIP6"
export APPLICATION="$APP"
@@ -414,15 +414,15 @@ EOF
fi
msg_info "Starting LXC Container"
- pct start $CTID
+ pct start "$CTID"
msg_ok "Started LXC Container"
- lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/next/install/$var_install.sh)" || exit
+ lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}
description() {
- IP=$(pct exec $CTID ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
- pct set $CTID -description "# ${APP} LXC
+ IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
+ pct set "$CTID" -description "# ${APP} LXC
### https://tteck.github.io/Proxmox/
"
}