diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 2b2bf02d8..b000bd25e 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,13 +1,13 @@
Proxmox VE Helper-Scripts: A Community Legacy
Dear Community,
-
In agreement with tteck, this project has now transitioned into a community-driven effort. We aim to continue his work, building on the foundation he laid to support Proxmox users worldwide.
+
In agreement with tteck and Community-Scripts, this project has now transitioned into a community-driven effort. We aim to continue his work, building on the foundation he laid to support Proxmox users worldwide.
tteck, whose contribution has been invaluable, shared recently that he is now in hospice care. His scripts have empowered thousands, and we honor his legacy by carrying this project forward with the same passion and commitment. We’re deeply grateful for his vision, which made Proxmox accessible to so many.
To tteck: Your impact will be felt in this community for years to come. We thank you for everything.
Warm regards,
The Community
diff --git a/USER_SUBMITTED_GUIDES.md b/USER_SUBMITTED_GUIDES.md
index a1a3aae9e..795993950 100644
--- a/USER_SUBMITTED_GUIDES.md
+++ b/USER_SUBMITTED_GUIDES.md
@@ -1,6 +1,6 @@
User Submitted Guides
diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh
index 1f1e201d6..8a7f64015 100644
--- a/ct/actualbudget.sh
+++ b/ct/actualbudget.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/adguard.sh b/ct/adguard.sh
index b7a8fdd53..6f4cf6f06 100644
--- a/ct/adguard.sh
+++ b/ct/adguard.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh
index 3d7137e57..96edfe0fc 100644
--- a/ct/adventurelog.sh
+++ b/ct/adventurelog.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh
index d77921bf7..006d75da9 100644
--- a/ct/agentdvr.sh
+++ b/ct/agentdvr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh
index 6fe0c3bf1..69d28456b 100644
--- a/ct/alpine-docker.sh
+++ b/ct/alpine-docker.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh
index 97e5ebde4..177e6b648 100644
--- a/ct/alpine-grafana.sh
+++ b/ct/alpine-grafana.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh
index c683cfe2d..f27cde241 100644
--- a/ct/alpine-nextcloud.sh
+++ b/ct/alpine-nextcloud.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh
index 9b06d51d3..b700a9522 100644
--- a/ct/alpine-vaultwarden.sh
+++ b/ct/alpine-vaultwarden.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh
index eb98903ab..39d213758 100644
--- a/ct/alpine-zigbee2mqtt.sh
+++ b/ct/alpine-zigbee2mqtt.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/alpine.sh b/ct/alpine.sh
index 8a651555a..d6944dc0f 100644
--- a/ct/alpine.sh
+++ b/ct/alpine.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/apache-cassandra.sh b/ct/apache-cassandra.sh
index 35f83dff9..f5b0aea74 100644
--- a/ct/apache-cassandra.sh
+++ b/ct/apache-cassandra.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh
index cd2c00afe..278ba73d7 100644
--- a/ct/apache-couchdb.sh
+++ b/ct/apache-couchdb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh
index 8d8235a37..9dc1115ae 100644
--- a/ct/apt-cacher-ng.sh
+++ b/ct/apt-cacher-ng.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/archivebox.sh b/ct/archivebox.sh
index 9b058660c..0ad2ab7ba 100644
--- a/ct/archivebox.sh
+++ b/ct/archivebox.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/aria2.sh b/ct/aria2.sh
index 7fc96b973..e58e51a63 100644
--- a/ct/aria2.sh
+++ b/ct/aria2.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh
index 4d360634c..5c57a966a 100644
--- a/ct/audiobookshelf.sh
+++ b/ct/audiobookshelf.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/autobrr.sh b/ct/autobrr.sh
index 8cfc2f3ee..5cd19e7ab 100644
--- a/ct/autobrr.sh
+++ b/ct/autobrr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/bazarr.sh b/ct/bazarr.sh
index d94543e5e..7897f4c4a 100755
--- a/ct/bazarr.sh
+++ b/ct/bazarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/blocky.sh b/ct/blocky.sh
index a9c74c4d2..634f21c27 100644
--- a/ct/blocky.sh
+++ b/ct/blocky.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh
index 98a809638..7d2cfdbf0 100644
--- a/ct/bunkerweb.sh
+++ b/ct/bunkerweb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/caddy.sh b/ct/caddy.sh
index 6df98d399..12c852071 100644
--- a/ct/caddy.sh
+++ b/ct/caddy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh
index d7b53adc0..c04affeda 100644
--- a/ct/calibre-web.sh
+++ b/ct/calibre-web.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/casaos.sh b/ct/casaos.sh
index 85cc05106..c3fda0b90 100644
--- a/ct/casaos.sh
+++ b/ct/casaos.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/changedetection.sh b/ct/changedetection.sh
index b7881b086..cb4c8f840 100644
--- a/ct/changedetection.sh
+++ b/ct/changedetection.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/channels.sh b/ct/channels.sh
index 7e8b01403..b42361fbf 100644
--- a/ct/channels.sh
+++ b/ct/channels.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh
index c4f9631c5..667499259 100644
--- a/ct/cloudflared.sh
+++ b/ct/cloudflared.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/cockpit.sh b/ct/cockpit.sh
index 479229950..4f195bce1 100644
--- a/ct/cockpit.sh
+++ b/ct/cockpit.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/commafeed.sh b/ct/commafeed.sh
index 7b8b16b6b..2ad9262f4 100644
--- a/ct/commafeed.sh
+++ b/ct/commafeed.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh
index f52186004..aae2fcba0 100644
--- a/ct/create_lxc.sh
+++ b/ct/create_lxc.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# This sets verbose mode if the global variable is set to "yes"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
diff --git a/ct/cronicle.sh b/ct/cronicle.sh
index 946101f37..aa5423e22 100644
--- a/ct/cronicle.sh
+++ b/ct/cronicle.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh
index 01ffa4a7b..4e8069e29 100644
--- a/ct/daemonsync.sh
+++ b/ct/daemonsync.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/dashy.sh b/ct/dashy.sh
index 2193d580e..f4c806142 100644
--- a/ct/dashy.sh
+++ b/ct/dashy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/debian.sh b/ct/debian.sh
index 2472b0acb..0af0c4974 100644
--- a/ct/debian.sh
+++ b/ct/debian.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/deconz.sh b/ct/deconz.sh
index bf42af0ce..f5df37c6c 100644
--- a/ct/deconz.sh
+++ b/ct/deconz.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/deluge.sh b/ct/deluge.sh
index 897a3bf8f..e938be22e 100644
--- a/ct/deluge.sh
+++ b/ct/deluge.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/docker.sh b/ct/docker.sh
index ce263f9b8..2b9a880c9 100644
--- a/ct/docker.sh
+++ b/ct/docker.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/dockge.sh b/ct/dockge.sh
index b1d943a41..38f6eb2a6 100644
--- a/ct/dockge.sh
+++ b/ct/dockge.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/emby.sh b/ct/emby.sh
index 092a44a49..452affaaf 100644
--- a/ct/emby.sh
+++ b/ct/emby.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/emqx.sh b/ct/emqx.sh
index 6ec3cab70..59aeeb663 100644
--- a/ct/emqx.sh
+++ b/ct/emqx.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh
index 81ea5b7b3..52cb9727c 100644
--- a/ct/ersatztv.sh
+++ b/ct/ersatztv.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/ErsatzTV/ErsatzTV/
diff --git a/ct/esphome.sh b/ct/esphome.sh
index 7a2e0e877..d5184a8ed 100644
--- a/ct/esphome.sh
+++ b/ct/esphome.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/evcc.sh b/ct/evcc.sh
index c0e8ed617..17834d69e 100644
--- a/ct/evcc.sh
+++ b/ct/evcc.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/fenrus.sh b/ct/fenrus.sh
index 0f5e4d17a..af76aca15 100644
--- a/ct/fenrus.sh
+++ b/ct/fenrus.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: Scorpoon
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/fhem.sh b/ct/fhem.sh
index a98ce9ae4..482373be1 100644
--- a/ct/fhem.sh
+++ b/ct/fhem.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/flaresolverr.sh b/ct/flaresolverr.sh
index a00702a38..b3018bdc8 100644
--- a/ct/flaresolverr.sh
+++ b/ct/flaresolverr.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/flowiseai.sh b/ct/flowiseai.sh
index 2e44acceb..b2fd762c4 100644
--- a/ct/flowiseai.sh
+++ b/ct/flowiseai.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/forgejo.sh b/ct/forgejo.sh
index 9df120bad..606430b97 100644
--- a/ct/forgejo.sh
+++ b/ct/forgejo.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/frigate.sh b/ct/frigate.sh
index 0e83c6e04..14dd5f612 100644
--- a/ct/frigate.sh
+++ b/ct/frigate.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Authors: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/gitea.sh b/ct/gitea.sh
index 6ab816151..7b09f0b25 100644
--- a/ct/gitea.sh
+++ b/ct/gitea.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-author: Rogue-King
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh
index 380ed801c..03ad250c7 100644
--- a/ct/go2rtc.sh
+++ b/ct/go2rtc.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/gokapi.sh b/ct/gokapi.sh
index 942cc5606..eafd79799 100644
--- a/ct/gokapi.sh
+++ b/ct/gokapi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/gotify.sh b/ct/gotify.sh
index 71b982782..5ef748f7d 100644
--- a/ct/gotify.sh
+++ b/ct/gotify.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/grafana.sh b/ct/grafana.sh
index b5ea2aa9a..36c6832d7 100644
--- a/ct/grafana.sh
+++ b/ct/grafana.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/grocy.sh b/ct/grocy.sh
index fc48644bf..58e21318d 100644
--- a/ct/grocy.sh
+++ b/ct/grocy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/headscale.sh b/ct/headscale.sh
index f50347ebe..619e2475a 100644
--- a/ct/headscale.sh
+++ b/ct/headscale.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh
index 04db1ea7f..1d3e44d0d 100644
--- a/ct/heimdall-dashboard.sh
+++ b/ct/heimdall-dashboard.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/hivemq.sh b/ct/hivemq.sh
index 80b79c81c..26a92005f 100644
--- a/ct/hivemq.sh
+++ b/ct/hivemq.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homarr.sh b/ct/homarr.sh
index a42089f92..dcb55148b 100644
--- a/ct/homarr.sh
+++ b/ct/homarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index 8a659ea4b..4a673328d 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh
index 425f1f2db..7a2444078 100644
--- a/ct/homeassistant.sh
+++ b/ct/homeassistant.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homebox.sh b/ct/homebox.sh
index 5038f7820..b05ba0642 100644
--- a/ct/homebox.sh
+++ b/ct/homebox.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homebridge.sh b/ct/homebridge.sh
index d252b52bc..e511b7270 100644
--- a/ct/homebridge.sh
+++ b/ct/homebridge.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homepage.sh b/ct/homepage.sh
index 716da76b5..4cda21ab5 100644
--- a/ct/homepage.sh
+++ b/ct/homepage.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/homer.sh b/ct/homer.sh
index bfec3090a..7aa5cbb58 100644
--- a/ct/homer.sh
+++ b/ct/homer.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/hyperhdr.sh b/ct/hyperhdr.sh
index 7c04a5969..60d7b2d8a 100644
--- a/ct/hyperhdr.sh
+++ b/ct/hyperhdr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/hyperion.sh b/ct/hyperion.sh
index 4edd8dd83..36541dd67 100644
--- a/ct/hyperion.sh
+++ b/ct/hyperion.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/influxdb.sh b/ct/influxdb.sh
index 2d995f6b5..8cf91d48f 100644
--- a/ct/influxdb.sh
+++ b/ct/influxdb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/iobroker.sh b/ct/iobroker.sh
index 0bbd1d0ff..50ef85c56 100644
--- a/ct/iobroker.sh
+++ b/ct/iobroker.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/iventoy.sh b/ct/iventoy.sh
index 08e067aba..f58d7427f 100644
--- a/ct/iventoy.sh
+++ b/ct/iventoy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/jackett.sh b/ct/jackett.sh
index 278373d03..7548b7def 100644
--- a/ct/jackett.sh
+++ b/ct/jackett.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh
index 079836c24..ae6e09f12 100644
--- a/ct/jellyfin.sh
+++ b/ct/jellyfin.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh
index 930b6652f..6de142759 100644
--- a/ct/jellyseerr.sh
+++ b/ct/jellyseerr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/kavita.sh b/ct/kavita.sh
index 206778fb4..3b2286d43 100644
--- a/ct/kavita.sh
+++ b/ct/kavita.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/keycloak.sh b/ct/keycloak.sh
index a695df1c4..43d9f44cc 100644
--- a/ct/keycloak.sh
+++ b/ct/keycloak.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/kubo.sh b/ct/kubo.sh
index e792b791f..587cb66b1 100644
--- a/ct/kubo.sh
+++ b/ct/kubo.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: ulmentflam
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh
index 9f29dc43b..47f4f1b39 100644
--- a/ct/lazylibrarian.sh
+++ b/ct/lazylibrarian.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MountyMapleSyrup (MountyMapleSyrup)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/lidarr.sh b/ct/lidarr.sh
index 9628b885c..ec04267bd 100644
--- a/ct/lidarr.sh
+++ b/ct/lidarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh
index 2054aa9bc..dd2f8ed7a 100644
--- a/ct/linkwarden.sh
+++ b/ct/linkwarden.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/lldap.sh b/ct/lldap.sh
index 050b471d2..8f47ef2a9 100644
--- a/ct/lldap.sh
+++ b/ct/lldap.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mafl.sh b/ct/mafl.sh
index 0859f8343..df3dc8f40 100644
--- a/ct/mafl.sh
+++ b/ct/mafl.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh
index bb5e0b7b6..55ef49051 100644
--- a/ct/magicmirror.sh
+++ b/ct/magicmirror.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mariadb.sh b/ct/mariadb.sh
index 2b3eef005..0341ddc77 100644
--- a/ct/mariadb.sh
+++ b/ct/mariadb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/matterbridge.sh b/ct/matterbridge.sh
index 48245bd51..63254c060 100644
--- a/ct/matterbridge.sh
+++ b/ct/matterbridge.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh
index 83e660ebd..3992c0cb6 100644
--- a/ct/mediamtx.sh
+++ b/ct/mediamtx.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/medusa.sh b/ct/medusa.sh
index d617a1142..f8ff50e41 100644
--- a/ct/medusa.sh
+++ b/ct/medusa.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/memos.sh b/ct/memos.sh
index ceb1fd913..da4ae6156 100644
--- a/ct/memos.sh
+++ b/ct/memos.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh
index 1040a7007..bdb3a648c 100644
--- a/ct/meshcentral.sh
+++ b/ct/meshcentral.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/metube.sh b/ct/metube.sh
index 57d8b46be..425683c6e 100644
--- a/ct/metube.sh
+++ b/ct/metube.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mongodb.sh b/ct/mongodb.sh
index 5b88ca4b2..e255b9a78 100644
--- a/ct/mongodb.sh
+++ b/ct/mongodb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/motioneye.sh b/ct/motioneye.sh
index d5a2579f5..545656112 100644
--- a/ct/motioneye.sh
+++ b/ct/motioneye.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mqtt.sh b/ct/mqtt.sh
index b79777df0..705096666 100644
--- a/ct/mqtt.sh
+++ b/ct/mqtt.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/myspeed.sh b/ct/myspeed.sh
index 23c988784..99c7ef6c8 100644
--- a/ct/myspeed.sh
+++ b/ct/myspeed.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/mysql.sh b/ct/mysql.sh
index 321d01f78..02ffbb6df 100644
--- a/ct/mysql.sh
+++ b/ct/mysql.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/n8n.sh b/ct/n8n.sh
index b78f3ec6e..22a58c0d2 100644
--- a/ct/n8n.sh
+++ b/ct/n8n.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/navidrome.sh b/ct/navidrome.sh
index b9af1d6f0..a6a0b38be 100644
--- a/ct/navidrome.sh
+++ b/ct/navidrome.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/neo4j.sh b/ct/neo4j.sh
index 123625d57..a23f88821 100644
--- a/ct/neo4j.sh
+++ b/ct/neo4j.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh
index 7255de3d8..7eb52c7d9 100644
--- a/ct/nextcloudpi.sh
+++ b/ct/nextcloudpi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh
index 030e7011b..bfaa82223 100644
--- a/ct/nginxproxymanager.sh
+++ b/ct/nginxproxymanager.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/nocodb.sh b/ct/nocodb.sh
index 4f8ff0b77..e8fd6e710 100644
--- a/ct/nocodb.sh
+++ b/ct/nocodb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/node-red.sh b/ct/node-red.sh
index 1f68dc09c..c5ff805eb 100644
--- a/ct/node-red.sh
+++ b/ct/node-red.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh
index ac63e454a..ede2911c1 100644
--- a/ct/notifiarr.sh
+++ b/ct/notifiarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/ntfy.sh b/ct/ntfy.sh
index d12e4b3de..9cde97edd 100644
--- a/ct/ntfy.sh
+++ b/ct/ntfy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/nzbget.sh b/ct/nzbget.sh
index d4caa8f60..da5c7d63a 100644
--- a/ct/nzbget.sh
+++ b/ct/nzbget.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/octoprint.sh b/ct/octoprint.sh
index 75c2ccd91..f132db14d 100644
--- a/ct/octoprint.sh
+++ b/ct/octoprint.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/ollama.sh b/ct/ollama.sh
index 1b275ab64..b8ad9a600 100644
--- a/ct/ollama.sh
+++ b/ct/ollama.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/omada.sh b/ct/omada.sh
index 5c637de87..0ff1a8107 100644
--- a/ct/omada.sh
+++ b/ct/omada.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/ombi.sh b/ct/ombi.sh
index 4e53aa6b5..70eeccdcb 100644
--- a/ct/ombi.sh
+++ b/ct/ombi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/omv.sh b/ct/omv.sh
index 525a35db1..e5ae9d14b 100644
--- a/ct/omv.sh
+++ b/ct/omv.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/openhab.sh b/ct/openhab.sh
index 9546085af..7c9f32571 100644
--- a/ct/openhab.sh
+++ b/ct/openhab.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/openobserve.sh b/ct/openobserve.sh
index cea4c29a8..d4f50109a 100644
--- a/ct/openobserve.sh
+++ b/ct/openobserve.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/openwebui.sh b/ct/openwebui.sh
index daee783a0..ecbcb9b62 100644
--- a/ct/openwebui.sh
+++ b/ct/openwebui.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/overseerr.sh b/ct/overseerr.sh
index a4a76bfc8..edd1c8e16 100644
--- a/ct/overseerr.sh
+++ b/ct/overseerr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/owncast.sh b/ct/owncast.sh
index c06ccfbb9..34306eb16 100644
--- a/ct/owncast.sh
+++ b/ct/owncast.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pairdrop.sh b/ct/pairdrop.sh
index a1680a8c6..28cf8a967 100644
--- a/ct/pairdrop.sh
+++ b/ct/pairdrop.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh
index a36824276..02e52d08a 100644
--- a/ct/paperless-ngx.sh
+++ b/ct/paperless-ngx.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pbs.sh b/ct/pbs.sh
index 97ffd5a46..a1f08711a 100644
--- a/ct/pbs.sh
+++ b/ct/pbs.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/peanut.sh b/ct/peanut.sh
index f327e0e8d..0ec83da96 100644
--- a/ct/peanut.sh
+++ b/ct/peanut.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/petio.sh b/ct/petio.sh
index 040b0c9bb..a05b4e5d7 100644
--- a/ct/petio.sh
+++ b/ct/petio.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/photoprism.sh b/ct/photoprism.sh
index 593fe362e..aeec30c25 100644
--- a/ct/photoprism.sh
+++ b/ct/photoprism.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pialert.sh b/ct/pialert.sh
index 7604d4443..6be4b07f7 100644
--- a/ct/pialert.sh
+++ b/ct/pialert.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pihole.sh b/ct/pihole.sh
index bd66c3131..4bf2be6e4 100644
--- a/ct/pihole.sh
+++ b/ct/pihole.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pingvin.sh b/ct/pingvin.sh
index c9a264cbb..29fec06f3 100644
--- a/ct/pingvin.sh
+++ b/ct/pingvin.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/plex.sh b/ct/plex.sh
index c112078e6..ba79c08de 100644
--- a/ct/plex.sh
+++ b/ct/plex.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/pocketbase.sh b/ct/pocketbase.sh
index d7cae7448..1a6066cba 100644
--- a/ct/pocketbase.sh
+++ b/ct/pocketbase.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh
index 779ea1ccd..34d42f157 100644
--- a/ct/podman-homeassistant.sh
+++ b/ct/podman-homeassistant.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/podman.sh b/ct/podman.sh
index e1e65b56d..5e8d542d4 100644
--- a/ct/podman.sh
+++ b/ct/podman.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/postgresql.sh b/ct/postgresql.sh
index 8ca8f1724..da2940a71 100644
--- a/ct/postgresql.sh
+++ b/ct/postgresql.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/prometheus.sh b/ct/prometheus.sh
index a602cccd4..18b3dae15 100644
--- a/ct/prometheus.sh
+++ b/ct/prometheus.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh
index 610928f83..798cf319a 100644
--- a/ct/prowlarr.sh
+++ b/ct/prowlarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh
index 0a8b1db84..3474e606f 100644
--- a/ct/qbittorrent.sh
+++ b/ct/qbittorrent.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/rabbitmq.sh b/ct/rabbitmq.sh
index ff31111ef..c422f9028 100644
--- a/ct/rabbitmq.sh
+++ b/ct/rabbitmq.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/radarr.sh b/ct/radarr.sh
index 8903135a9..62ada6efe 100644
--- a/ct/radarr.sh
+++ b/ct/radarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh
index 7168998e2..d36538e68 100755
--- a/ct/rdtclient.sh
+++ b/ct/rdtclient.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/readarr.sh b/ct/readarr.sh
index 2e4494cf6..1c0cc4891 100644
--- a/ct/readarr.sh
+++ b/ct/readarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/readeck.sh b/ct/readeck.sh
index cc5204ba4..1fb4e15a3 100644
--- a/ct/readeck.sh
+++ b/ct/readeck.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/redis.sh b/ct/redis.sh
index c4621e206..66d470155 100644
--- a/ct/redis.sh
+++ b/ct/redis.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh
index 8285e2271..97dbc173a 100644
--- a/ct/rockylinux.sh
+++ b/ct/rockylinux.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh
index 56484a605..8bcf415e9 100644
--- a/ct/rtsptoweb.sh
+++ b/ct/rtsptoweb.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/runtipi.sh b/ct/runtipi.sh
index 279230f3f..44d2e8d20 100644
--- a/ct/runtipi.sh
+++ b/ct/runtipi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh
index d0656d6b8..65d7f7e85 100644
--- a/ct/sabnzbd.sh
+++ b/ct/sabnzbd.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/scrypted.sh b/ct/scrypted.sh
index 306ab6202..0fc2547d1 100644
--- a/ct/scrypted.sh
+++ b/ct/scrypted.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh
index 2354fe7df..fc4061f66 100644
--- a/ct/sftpgo.sh
+++ b/ct/sftpgo.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/shinobi.sh b/ct/shinobi.sh
index 410f94331..681823986 100644
--- a/ct/shinobi.sh
+++ b/ct/shinobi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/smokeping.sh b/ct/smokeping.sh
index 8da7d96cc..fa3ae66d4 100644
--- a/ct/smokeping.sh
+++ b/ct/smokeping.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/sonarr.sh b/ct/sonarr.sh
index fe2c59390..d47faf3cb 100644
--- a/ct/sonarr.sh
+++ b/ct/sonarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/spoolman.sh b/ct/spoolman.sh
index 53bb97a8e..b4e4be5b7 100644
--- a/ct/spoolman.sh
+++ b/ct/spoolman.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh
index f15050543..06239f24a 100644
--- a/ct/stirling-pdf.sh
+++ b/ct/stirling-pdf.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/syncthing.sh b/ct/syncthing.sh
index 5cf7765c6..65cc49859 100644
--- a/ct/syncthing.sh
+++ b/ct/syncthing.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/tandoor.sh b/ct/tandoor.sh
index 29085af56..ac13153a5 100644
--- a/ct/tandoor.sh
+++ b/ct/tandoor.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh
index 662c36f18..bc949cdb4 100644
--- a/ct/tasmoadmin.sh
+++ b/ct/tasmoadmin.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/tautulli.sh b/ct/tautulli.sh
index 55a628d38..1e5924da5 100644
--- a/ct/tautulli.sh
+++ b/ct/tautulli.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/tdarr.sh b/ct/tdarr.sh
index 11bc28805..96ed6878b 100644
--- a/ct/tdarr.sh
+++ b/ct/tdarr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh
index 85775abdb..b7d6984ef 100644
--- a/ct/technitiumdns.sh
+++ b/ct/technitiumdns.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/threadfin.sh b/ct/threadfin.sh
index e870e26ca..9ffbf8681 100644
--- a/ct/threadfin.sh
+++ b/ct/threadfin.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/tianji.sh b/ct/tianji.sh
index f4d07f1d8..54edc90d3 100644
--- a/ct/tianji.sh
+++ b/ct/tianji.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/traccar.sh b/ct/traccar.sh
index 1b62939a9..497334aeb 100644
--- a/ct/traccar.sh
+++ b/ct/traccar.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/traefik.sh b/ct/traefik.sh
index f711cb6a4..22dad2d9f 100644
--- a/ct/traefik.sh
+++ b/ct/traefik.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/transmission.sh b/ct/transmission.sh
index a7e234e48..3fa4f0cbc 100644
--- a/ct/transmission.sh
+++ b/ct/transmission.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/trilium.sh b/ct/trilium.sh
index 1b7b74caf..efc430aa4 100644
--- a/ct/trilium.sh
+++ b/ct/trilium.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh
index 448ca2439..3df8920e6 100644
--- a/ct/ubuntu.sh
+++ b/ct/ubuntu.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/umami.sh b/ct/umami.sh
index 3d56fb567..f746f7e3d 100644
--- a/ct/umami.sh
+++ b/ct/umami.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/umbrel.sh b/ct/umbrel.sh
index 62f9a4713..6e5ccf07a 100644
--- a/ct/umbrel.sh
+++ b/ct/umbrel.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/unifi.sh b/ct/unifi.sh
index cec984c5b..4c092cfba 100644
--- a/ct/unifi.sh
+++ b/ct/unifi.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/unmanic.sh b/ct/unmanic.sh
index 04134ceec..8cb594582 100644
--- a/ct/unmanic.sh
+++ b/ct/unmanic.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh
index 17289c24e..ca736b48d 100644
--- a/ct/uptimekuma.sh
+++ b/ct/uptimekuma.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh
index 95b92bbb9..d85bf4b8c 100644
--- a/ct/vaultwarden.sh
+++ b/ct/vaultwarden.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/wallos.sh b/ct/wallos.sh
index 0bd4dc275..247eec40b 100644
--- a/ct/wallos.sh
+++ b/ct/wallos.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/wastebin.sh b/ct/wastebin.sh
index c76c428ed..c13d0d9f4 100644
--- a/ct/wastebin.sh
+++ b/ct/wastebin.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/matze/wastebin
diff --git a/ct/watchyourlan.sh b/ct/watchyourlan.sh
index 93eba4d19..290ed72b5 100644
--- a/ct/watchyourlan.sh
+++ b/ct/watchyourlan.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/whisparr.sh b/ct/whisparr.sh
index 1a8b9a017..583135747 100644
--- a/ct/whisparr.sh
+++ b/ct/whisparr.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/whoogle.sh b/ct/whoogle.sh
index 92363c828..9db69dee5 100644
--- a/ct/whoogle.sh
+++ b/ct/whoogle.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/wikijs.sh b/ct/wikijs.sh
index dedff2d67..0fc854edc 100644
--- a/ct/wikijs.sh
+++ b/ct/wikijs.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/wireguard.sh b/ct/wireguard.sh
index dbb15b7fa..fe210f7dc 100644
--- a/ct/wireguard.sh
+++ b/ct/wireguard.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/yunohost.sh b/ct/yunohost.sh
index 613de2f5f..c6c41ab29 100644
--- a/ct/yunohost.sh
+++ b/ct/yunohost.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/zabbix.sh b/ct/zabbix.sh
index 370a0f583..aa5eaef6b 100644
--- a/ct/zabbix.sh
+++ b/ct/zabbix.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh
index e3ae7ee86..e78b5efe2 100644
--- a/ct/zigbee2mqtt.sh
+++ b/ct/zigbee2mqtt.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/zipline.sh b/ct/zipline.sh
index 095cdbc7c..28da39d93 100644
--- a/ct/zipline.sh
+++ b/ct/zipline.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh
index ed88e1e87..b91b77726 100644
--- a/ct/zoraxy.sh
+++ b/ct/zoraxy.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh
index 3be12b44b..51c130926 100644
--- a/ct/zwave-js-ui.sh
+++ b/ct/zwave-js-ui.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
-source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
+source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh
index 94ff1fb13..3ad15170d 100644
--- a/install/actualbudget-install.sh
+++ b/install/actualbudget-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/adguard-install.sh b/install/adguard-install.sh
index ef3688cf1..b4c4c3dc1 100644
--- a/install/adguard-install.sh
+++ b/install/adguard-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh
index f4913880b..e81205257 100644
--- a/install/adventurelog-install.sh
+++ b/install/adventurelog-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/seanmorley15/AdventureLog
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/agentdvr-install.sh b/install/agentdvr-install.sh
index f0c431a04..74c1e6a48 100644
--- a/install/agentdvr-install.sh
+++ b/install/agentdvr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-docker-install.sh b/install/alpine-docker-install.sh
index 58431201a..c594f6bf5 100644
--- a/install/alpine-docker-install.sh
+++ b/install/alpine-docker-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-grafana-install.sh b/install/alpine-grafana-install.sh
index 7d7e95ad5..93171e1e5 100644
--- a/install/alpine-grafana-install.sh
+++ b/install/alpine-grafana-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-install.sh b/install/alpine-install.sh
index b904c7a48..a6623386b 100644
--- a/install/alpine-install.sh
+++ b/install/alpine-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-nextcloud-install.sh b/install/alpine-nextcloud-install.sh
index 9b320546d..6d611ba3a 100644
--- a/install/alpine-nextcloud-install.sh
+++ b/install/alpine-nextcloud-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-vaultwarden-install.sh b/install/alpine-vaultwarden-install.sh
index 94956b709..1babe4277 100644
--- a/install/alpine-vaultwarden-install.sh
+++ b/install/alpine-vaultwarden-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/alpine-zigbee2mqtt-install.sh b/install/alpine-zigbee2mqtt-install.sh
index a98f1da54..0effd6c17 100644
--- a/install/alpine-zigbee2mqtt-install.sh
+++ b/install/alpine-zigbee2mqtt-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/apache-cassandra-install.sh b/install/apache-cassandra-install.sh
index 35c494865..e70f470d7 100644
--- a/install/apache-cassandra-install.sh
+++ b/install/apache-cassandra-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh
index 94902056f..af618efff 100644
--- a/install/apache-couchdb-install.sh
+++ b/install/apache-couchdb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/apt-cacher-ng-install.sh b/install/apt-cacher-ng-install.sh
index b8e293167..7bb65c480 100644
--- a/install/apt-cacher-ng-install.sh
+++ b/install/apt-cacher-ng-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/archivebox-install.sh b/install/archivebox-install.sh
index df9e0967e..9d05a034c 100644
--- a/install/archivebox-install.sh
+++ b/install/archivebox-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/aria2-install.sh b/install/aria2-install.sh
index f246bc9d6..48fd7ab25 100644
--- a/install/aria2-install.sh
+++ b/install/aria2-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/audiobookshelf-install.sh b/install/audiobookshelf-install.sh
index cd9346e38..eeea84505 100644
--- a/install/audiobookshelf-install.sh
+++ b/install/audiobookshelf-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/autobrr-install.sh b/install/autobrr-install.sh
index 510d1c0a9..a593d3f88 100644
--- a/install/autobrr-install.sh
+++ b/install/autobrr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh
index a4ee4cbb4..b0e46e72b 100755
--- a/install/bazarr-install.sh
+++ b/install/bazarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/blocky-install.sh b/install/blocky-install.sh
index d3ba2b509..abf168731 100644
--- a/install/blocky-install.sh
+++ b/install/blocky-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/bunkerweb-install.sh b/install/bunkerweb-install.sh
index c195030e5..ca569ba99 100644
--- a/install/bunkerweb-install.sh
+++ b/install/bunkerweb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/caddy-install.sh b/install/caddy-install.sh
index 88fb8b1a0..b435449c1 100644
--- a/install/caddy-install.sh
+++ b/install/caddy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh
index 1f42bbaf0..f51714a73 100644
--- a/install/calibre-web-install.sh
+++ b/install/calibre-web-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/casaos-install.sh b/install/casaos-install.sh
index e7e07a615..23e8d2895 100644
--- a/install/casaos-install.sh
+++ b/install/casaos-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh
index 9617d07ea..2eee9ec43 100644
--- a/install/changedetection-install.sh
+++ b/install/changedetection-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/channels-install.sh b/install/channels-install.sh
index 3c5e2d9d7..1ee8b6bf3 100644
--- a/install/channels-install.sh
+++ b/install/channels-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/cloudflared-install.sh b/install/cloudflared-install.sh
index abd45e474..2eb98f2a7 100644
--- a/install/cloudflared-install.sh
+++ b/install/cloudflared-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/cockpit-install.sh b/install/cockpit-install.sh
index adc328a48..126943e79 100644
--- a/install/cockpit-install.sh
+++ b/install/cockpit-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/cockpit-project/cockpit
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/commafeed-install.sh b/install/commafeed-install.sh
index 4806e863d..6beb62813 100644
--- a/install/commafeed-install.sh
+++ b/install/commafeed-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/cronicle-install.sh b/install/cronicle-install.sh
index c3ea5a8ab..ab87f7852 100644
--- a/install/cronicle-install.sh
+++ b/install/cronicle-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/daemonsync-install.sh b/install/daemonsync-install.sh
index 483e27aa8..f773bc0c8 100644
--- a/install/daemonsync-install.sh
+++ b/install/daemonsync-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
@@ -21,7 +21,7 @@ $STD apt-get install -y g++-multilib
msg_ok "Installed Dependencies"
msg_info "Installing Daemon Sync Server"
-wget -qL https://github.com/tteck/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb
+wget -qL https://github.com/community-scripts/ProxmoxVE/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb
$STD dpkg -i daemonsync_2.2.0.0059_amd64.deb
msg_ok "Installed Daemon Sync Server"
diff --git a/install/dashy-install.sh b/install/dashy-install.sh
index a81749aef..cfad57bf7 100644
--- a/install/dashy-install.sh
+++ b/install/dashy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/debian-install.sh b/install/debian-install.sh
index bb89300e1..3feb1f7f1 100644
--- a/install/debian-install.sh
+++ b/install/debian-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/deconz-install.sh b/install/deconz-install.sh
index 203f5191e..5d6b11592 100644
--- a/install/deconz-install.sh
+++ b/install/deconz-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/deluge-install.sh b/install/deluge-install.sh
index 979b22b65..6ff3f1c26 100644
--- a/install/deluge-install.sh
+++ b/install/deluge-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/docker-install.sh b/install/docker-install.sh
index b6b110ae2..70ebcebe0 100644
--- a/install/docker-install.sh
+++ b/install/docker-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/dockge-install.sh b/install/dockge-install.sh
index 3cb462455..8d9a211de 100644
--- a/install/dockge-install.sh
+++ b/install/dockge-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/emby-install.sh b/install/emby-install.sh
index bc6ba9be0..2e3cdc130 100644
--- a/install/emby-install.sh
+++ b/install/emby-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/emqx-install.sh b/install/emqx-install.sh
index 16475d530..85b7e41bb 100644
--- a/install/emqx-install.sh
+++ b/install/emqx-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh
index 125f8652a..ffaee5469 100644
--- a/install/ersatztv-install.sh
+++ b/install/ersatztv-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/ErsatzTV/ErsatzTV
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/esphome-install.sh b/install/esphome-install.sh
index 301d9bbb8..708f32da8 100644
--- a/install/esphome-install.sh
+++ b/install/esphome-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/evcc-install.sh b/install/evcc-install.sh
index bd544ea5f..764cdf4ec 100644
--- a/install/evcc-install.sh
+++ b/install/evcc-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/evcc-io/evcc
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/fenrus-install.sh b/install/fenrus-install.sh
index fa0f95007..60d358f47 100644
--- a/install/fenrus-install.sh
+++ b/install/fenrus-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: Scorpoon
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/revenz/Fenrus
diff --git a/install/fhem-install.sh b/install/fhem-install.sh
index ccc078fe6..b9e53d26f 100644
--- a/install/fhem-install.sh
+++ b/install/fhem-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/flaresolverr-install.sh b/install/flaresolverr-install.sh
index 93c7fdd47..cc09e46cd 100644
--- a/install/flaresolverr-install.sh
+++ b/install/flaresolverr-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/flowiseai-install.sh b/install/flowiseai-install.sh
index 318073653..84326e494 100644
--- a/install/flowiseai-install.sh
+++ b/install/flowiseai-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh
index a2e281694..7cacfb40b 100644
--- a/install/forgejo-install.sh
+++ b/install/forgejo-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/frigate-install.sh b/install/frigate-install.sh
index e7076b95e..b830cf58e 100644
--- a/install/frigate-install.sh
+++ b/install/frigate-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/gitea-install.sh b/install/gitea-install.sh
index 02c8310e2..66f6a2119 100644
--- a/install/gitea-install.sh
+++ b/install/gitea-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-author: Rogue-King
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/go2rtc-install.sh b/install/go2rtc-install.sh
index 8c5f10727..43c0aa741 100644
--- a/install/go2rtc-install.sh
+++ b/install/go2rtc-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/gokapi-install.sh b/install/gokapi-install.sh
index 26fe63387..78be6810a 100644
--- a/install/gokapi-install.sh
+++ b/install/gokapi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/gotify-install.sh b/install/gotify-install.sh
index d18f46e11..acff502e1 100644
--- a/install/gotify-install.sh
+++ b/install/gotify-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/grafana-install.sh b/install/grafana-install.sh
index 886277309..c6e656caf 100644
--- a/install/grafana-install.sh
+++ b/install/grafana-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/grocy-install.sh b/install/grocy-install.sh
index e47eb8bc4..35b5365dc 100644
--- a/install/grocy-install.sh
+++ b/install/grocy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/headscale-install.sh b/install/headscale-install.sh
index cead9fb73..c4ffaf409 100644
--- a/install/headscale-install.sh
+++ b/install/headscale-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/heimdall-dashboard-install.sh b/install/heimdall-dashboard-install.sh
index 951bef8be..ee5083425 100644
--- a/install/heimdall-dashboard-install.sh
+++ b/install/heimdall-dashboard-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/hivemq-install.sh b/install/hivemq-install.sh
index 5234a49bf..7d225567a 100644
--- a/install/hivemq-install.sh
+++ b/install/hivemq-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homarr-install.sh b/install/homarr-install.sh
index c1dcf22eb..791c37a77 100644
--- a/install/homarr-install.sh
+++ b/install/homarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh
index e66e66c14..3c794b32f 100644
--- a/install/homeassistant-core-install.sh
+++ b/install/homeassistant-core-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homeassistant-install.sh b/install/homeassistant-install.sh
index 088fc4d3e..9d1ce31b2 100644
--- a/install/homeassistant-install.sh
+++ b/install/homeassistant-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homebox-install.sh b/install/homebox-install.sh
index 43969234b..f0d1c8cd6 100644
--- a/install/homebox-install.sh
+++ b/install/homebox-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/sysadminsmedia/homebox
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/homebridge-install.sh b/install/homebridge-install.sh
index 76ac86fc4..890128184 100644
--- a/install/homebridge-install.sh
+++ b/install/homebridge-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homepage-install.sh b/install/homepage-install.sh
index 3221324f7..96b7b2ce3 100644
--- a/install/homepage-install.sh
+++ b/install/homepage-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/homer-install.sh b/install/homer-install.sh
index cab3080c4..594860d73 100644
--- a/install/homer-install.sh
+++ b/install/homer-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/hyperhdr-install.sh b/install/hyperhdr-install.sh
index 05759f546..122838945 100644
--- a/install/hyperhdr-install.sh
+++ b/install/hyperhdr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/hyperion-install.sh b/install/hyperion-install.sh
index 3ac24e5ac..f967e414b 100644
--- a/install/hyperion-install.sh
+++ b/install/hyperion-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/influxdb-install.sh b/install/influxdb-install.sh
index a1edf8207..a15de6f58 100644
--- a/install/influxdb-install.sh
+++ b/install/influxdb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/iobroker-install.sh b/install/iobroker-install.sh
index 8673c135c..9f2612c9e 100644
--- a/install/iobroker-install.sh
+++ b/install/iobroker-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh
index ea58b59d6..586e588b6 100644
--- a/install/iventoy-install.sh
+++ b/install/iventoy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/jackett-install.sh b/install/jackett-install.sh
index 8dd591677..1f2f5d05b 100644
--- a/install/jackett-install.sh
+++ b/install/jackett-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/jellyfin-install.sh b/install/jellyfin-install.sh
index 590b9cd26..d2a04a47e 100644
--- a/install/jellyfin-install.sh
+++ b/install/jellyfin-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/jellyseerr-install.sh b/install/jellyseerr-install.sh
index 5905d7401..fe39f0944 100644
--- a/install/jellyseerr-install.sh
+++ b/install/jellyseerr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/kavita-install.sh b/install/kavita-install.sh
index b354f171d..daf513376 100644
--- a/install/kavita-install.sh
+++ b/install/kavita-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/keycloak-install.sh b/install/keycloak-install.sh
index 536a2bb86..ba9a0ec96 100644
--- a/install/keycloak-install.sh
+++ b/install/keycloak-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/kubo-install.sh b/install/kubo-install.sh
index 390674c1e..5dbc65c4f 100644
--- a/install/kubo-install.sh
+++ b/install/kubo-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: ulmentflam
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh
index ce10041e3..271dc41af 100644
--- a/install/lazylibrarian-install.sh
+++ b/install/lazylibrarian-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MountyMapleSyrup (MountyMapleSyrup)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/lidarr-install.sh b/install/lidarr-install.sh
index 0970ef18f..310135e47 100644
--- a/install/lidarr-install.sh
+++ b/install/lidarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/linkwarden-install.sh b/install/linkwarden-install.sh
index 378343d57..ccbda4737 100644
--- a/install/linkwarden-install.sh
+++ b/install/linkwarden-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/lldap-install.sh b/install/lldap-install.sh
index 0bdebe94d..8def2e23a 100644
--- a/install/lldap-install.sh
+++ b/install/lldap-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/mafl-install.sh b/install/mafl-install.sh
index da27b2661..51ac1e106 100644
--- a/install/mafl-install.sh
+++ b/install/mafl-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/magicmirror-install.sh b/install/magicmirror-install.sh
index 5ba0dff20..7c884ab41 100644
--- a/install/magicmirror-install.sh
+++ b/install/magicmirror-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/mariadb-install.sh b/install/mariadb-install.sh
index a10ce0bef..d5ad1c4be 100644
--- a/install/mariadb-install.sh
+++ b/install/mariadb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/matterbridge-install.sh b/install/matterbridge-install.sh
index 2d895e251..99e609af8 100644
--- a/install/matterbridge-install.sh
+++ b/install/matterbridge-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/Luligu/matterbridge/
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/mediamtx-install.sh b/install/mediamtx-install.sh
index 66db30476..db6dc3fbd 100644
--- a/install/mediamtx-install.sh
+++ b/install/mediamtx-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/medusa-install.sh b/install/medusa-install.sh
index 34bed0af4..4dda222bc 100644
--- a/install/medusa-install.sh
+++ b/install/medusa-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/memos-install.sh b/install/memos-install.sh
index f41d6f275..f7c72e153 100644
--- a/install/memos-install.sh
+++ b/install/memos-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/usememos/memos
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/meshcentral-install.sh b/install/meshcentral-install.sh
index c482f9a2e..b0dc2c756 100644
--- a/install/meshcentral-install.sh
+++ b/install/meshcentral-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/metube-install.sh b/install/metube-install.sh
index 726f3f770..208c35af9 100644
--- a/install/metube-install.sh
+++ b/install/metube-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/alexta69/metube
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
diff --git a/install/mongodb-install.sh b/install/mongodb-install.sh
index 6839ae51a..6b682e9ee 100644
--- a/install/mongodb-install.sh
+++ b/install/mongodb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/motioneye-install.sh b/install/motioneye-install.sh
index 99e244134..2f9150951 100644
--- a/install/motioneye-install.sh
+++ b/install/motioneye-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/mqtt-install.sh b/install/mqtt-install.sh
index 61a01fbe3..bb11b4898 100644
--- a/install/mqtt-install.sh
+++ b/install/mqtt-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/myspeed-install.sh b/install/myspeed-install.sh
index 45ef62a6c..e0596490f 100644
--- a/install/myspeed-install.sh
+++ b/install/myspeed-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/gnmyt/myspeed
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
diff --git a/install/mysql-install.sh b/install/mysql-install.sh
index 0a46b9278..6c8ef1920 100644
--- a/install/mysql-install.sh
+++ b/install/mysql-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://www.mysql.com/products/community | https://www.phpmyadmin.net
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/n8n-install.sh b/install/n8n-install.sh
index 811c166da..059a0726f 100644
--- a/install/n8n-install.sh
+++ b/install/n8n-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/navidrome-install.sh b/install/navidrome-install.sh
index 42235dc83..a78f5e917 100644
--- a/install/navidrome-install.sh
+++ b/install/navidrome-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/neo4j-install.sh b/install/neo4j-install.sh
index f5e8b8675..fdd22cf0c 100644
--- a/install/neo4j-install.sh
+++ b/install/neo4j-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/nextcloudpi-install.sh b/install/nextcloudpi-install.sh
index ca1871dd0..55f493870 100644
--- a/install/nextcloudpi-install.sh
+++ b/install/nextcloudpi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh
index 4314e293c..0eeae45a4 100644
--- a/install/nginxproxymanager-install.sh
+++ b/install/nginxproxymanager-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/nocodb-install.sh b/install/nocodb-install.sh
index 612d79834..64a2c05d2 100644
--- a/install/nocodb-install.sh
+++ b/install/nocodb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/node-red-install.sh b/install/node-red-install.sh
index 8ca280be8..01e3862ab 100644
--- a/install/node-red-install.sh
+++ b/install/node-red-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/notifiarr-install.sh b/install/notifiarr-install.sh
index a90217c0e..2790f5442 100644
--- a/install/notifiarr-install.sh
+++ b/install/notifiarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/ntfy-install.sh b/install/ntfy-install.sh
index 578e89663..f05c4c84f 100644
--- a/install/ntfy-install.sh
+++ b/install/ntfy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/nzbget-install.sh b/install/nzbget-install.sh
index b4f95b912..ef548922a 100644
--- a/install/nzbget-install.sh
+++ b/install/nzbget-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/octoprint-install.sh b/install/octoprint-install.sh
index 878762fa9..a1c5c5ee8 100644
--- a/install/octoprint-install.sh
+++ b/install/octoprint-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/ollama-install.sh b/install/ollama-install.sh
index ea8a849a2..95e2803a6 100644
--- a/install/ollama-install.sh
+++ b/install/ollama-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/omada-install.sh b/install/omada-install.sh
index 8bd0f1f9a..318851048 100644
--- a/install/omada-install.sh
+++ b/install/omada-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/ombi-install.sh b/install/ombi-install.sh
index f42e528b1..86d869f45 100644
--- a/install/ombi-install.sh
+++ b/install/ombi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/omv-install.sh b/install/omv-install.sh
index 2fb700ae3..f89007f16 100644
--- a/install/omv-install.sh
+++ b/install/omv-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/openhab-install.sh b/install/openhab-install.sh
index 40661c6c2..f9c7dbd75 100644
--- a/install/openhab-install.sh
+++ b/install/openhab-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/openobserve-install.sh b/install/openobserve-install.sh
index 7fff763e3..a6b07b918 100644
--- a/install/openobserve-install.sh
+++ b/install/openobserve-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh
index 31930cb59..16cf2ad91 100644
--- a/install/openwebui-install.sh
+++ b/install/openwebui-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: havardthom
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/overseerr-install.sh b/install/overseerr-install.sh
index dd65cd671..3739eaea0 100644
--- a/install/overseerr-install.sh
+++ b/install/overseerr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/owncast-install.sh b/install/owncast-install.sh
index ca6f30c30..69d2d3912 100644
--- a/install/owncast-install.sh
+++ b/install/owncast-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/pairdrop-install.sh b/install/pairdrop-install.sh
index 75070cd7d..e8e52392d 100644
--- a/install/pairdrop-install.sh
+++ b/install/pairdrop-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh
index 134772a07..47b36b5e1 100644
--- a/install/paperless-ngx-install.sh
+++ b/install/paperless-ngx-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/pbs-install.sh b/install/pbs-install.sh
index 5f5dc0173..3fdc090de 100644
--- a/install/pbs-install.sh
+++ b/install/pbs-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/peanut-install.sh b/install/peanut-install.sh
index fa4a6215f..bba32d87a 100644
--- a/install/peanut-install.sh
+++ b/install/peanut-install.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Co-Author: remz1337
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/petio-install.sh b/install/petio-install.sh
index 0de03f158..0b2d403a2 100644
--- a/install/petio-install.sh
+++ b/install/petio-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh
index e88d16618..6fdd9a6d6 100644
--- a/install/photoprism-install.sh
+++ b/install/photoprism-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
@@ -46,7 +46,7 @@ PHOTOPRISM_AUTH_MODE='password'
PHOTOPRISM_ADMIN_PASSWORD='helper-scripts.com'
PHOTOPRISM_HTTP_HOST='0.0.0.0'
PHOTOPRISM_HTTP_PORT='2342'
-PHOTOPRISM_SITE_CAPTION='https://tteck.github.io/Proxmox/'
+PHOTOPRISM_SITE_CAPTION='https://Helper-Scripts.com'
PHOTOPRISM_STORAGE_PATH='/opt/photoprism/storage'
PHOTOPRISM_ORIGINALS_PATH='/opt/photoprism/photos/originals'
PHOTOPRISM_IMPORT_PATH='/opt/photoprism/photos/import'
diff --git a/install/pialert-install.sh b/install/pialert-install.sh
index ff5ff2ee8..579dd8501 100644
--- a/install/pialert-install.sh
+++ b/install/pialert-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/pihole-install.sh b/install/pihole-install.sh
index 5b869d0d9..00be591d7 100644
--- a/install/pihole-install.sh
+++ b/install/pihole-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/pingvin-install.sh b/install/pingvin-install.sh
index 2997bbbcc..6007b45bd 100644
--- a/install/pingvin-install.sh
+++ b/install/pingvin-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/plex-install.sh b/install/plex-install.sh
index d456be026..5dfa87272 100644
--- a/install/plex-install.sh
+++ b/install/plex-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/pocketbase-install.sh b/install/pocketbase-install.sh
index 29bf8813b..3f0db3a92 100644
--- a/install/pocketbase-install.sh
+++ b/install/pocketbase-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/podman-homeassistant-install.sh b/install/podman-homeassistant-install.sh
index a82d852e0..77d9cf343 100644
--- a/install/podman-homeassistant-install.sh
+++ b/install/podman-homeassistant-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/podman-install.sh b/install/podman-install.sh
index 1ef11fddb..8cc75ecf4 100644
--- a/install/podman-install.sh
+++ b/install/podman-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/postgresql-install.sh b/install/postgresql-install.sh
index 4a7fcc728..b816e7720 100644
--- a/install/postgresql-install.sh
+++ b/install/postgresql-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/prometheus-install.sh b/install/prometheus-install.sh
index 33a0a37ed..169532587 100644
--- a/install/prometheus-install.sh
+++ b/install/prometheus-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/prowlarr-install.sh b/install/prowlarr-install.sh
index 39a56fac2..9b5d2d901 100644
--- a/install/prowlarr-install.sh
+++ b/install/prowlarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/qbittorrent-install.sh b/install/qbittorrent-install.sh
index a1c0064f8..6181abbad 100644
--- a/install/qbittorrent-install.sh
+++ b/install/qbittorrent-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/rabbitmq-install.sh b/install/rabbitmq-install.sh
index 5824c0f5e..905186141 100644
--- a/install/rabbitmq-install.sh
+++ b/install/rabbitmq-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://www.rabbitmq.com/
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
diff --git a/install/radarr-install.sh b/install/radarr-install.sh
index dc0742517..d1d947456 100644
--- a/install/radarr-install.sh
+++ b/install/radarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/rdtclient-install.sh b/install/rdtclient-install.sh
index 652998aa3..58fcc5566 100644
--- a/install/rdtclient-install.sh
+++ b/install/rdtclient-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/readarr-install.sh b/install/readarr-install.sh
index c3afc66d8..143d60e5e 100644
--- a/install/readarr-install.sh
+++ b/install/readarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/readeck-install.sh b/install/readeck-install.sh
index dbc1d5e8e..9b74231c1 100644
--- a/install/readeck-install.sh
+++ b/install/readeck-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/redis-install.sh b/install/redis-install.sh
index 488d787af..26ddec18d 100644
--- a/install/redis-install.sh
+++ b/install/redis-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/rtsptoweb-install.sh b/install/rtsptoweb-install.sh
index d8e5ecab8..8c4859346 100644
--- a/install/rtsptoweb-install.sh
+++ b/install/rtsptoweb-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/runtipi-install.sh b/install/runtipi-install.sh
index f39bb3af7..e553daea1 100644
--- a/install/runtipi-install.sh
+++ b/install/runtipi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh
index 55f640355..9f6e71b19 100644
--- a/install/sabnzbd-install.sh
+++ b/install/sabnzbd-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/scrypted-install.sh b/install/scrypted-install.sh
index ad71ba925..7d1c04ff2 100644
--- a/install/scrypted-install.sh
+++ b/install/scrypted-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/sftpgo-install.sh b/install/sftpgo-install.sh
index 809ac74cc..9930904fc 100644
--- a/install/sftpgo-install.sh
+++ b/install/sftpgo-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/shinobi-install.sh b/install/shinobi-install.sh
index 825458353..ef5965d34 100644
--- a/install/shinobi-install.sh
+++ b/install/shinobi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/smokeping-install.sh b/install/smokeping-install.sh
index 0df5c8421..20af44935 100644
--- a/install/smokeping-install.sh
+++ b/install/smokeping-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/sonarr-install.sh b/install/sonarr-install.sh
index 79060e790..e7a6bf382 100644
--- a/install/sonarr-install.sh
+++ b/install/sonarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh
index 79465dfbf..5f5d118a7 100644
--- a/install/spoolman-install.sh
+++ b/install/spoolman-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/Donkie/Spoolman
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh
index 40accb5cb..6b4a8d51a 100644
--- a/install/stirling-pdf-install.sh
+++ b/install/stirling-pdf-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/syncthing-install.sh b/install/syncthing-install.sh
index 11b456738..221ac563f 100644
--- a/install/syncthing-install.sh
+++ b/install/syncthing-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh
index 53f88333b..459dd6b2e 100644
--- a/install/tandoor-install.sh
+++ b/install/tandoor-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/tasmoadmin-install.sh b/install/tasmoadmin-install.sh
index f0302945b..680cc0843 100644
--- a/install/tasmoadmin-install.sh
+++ b/install/tasmoadmin-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/tautulli-install.sh b/install/tautulli-install.sh
index 234083908..0ba446c4c 100644
--- a/install/tautulli-install.sh
+++ b/install/tautulli-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/tdarr-install.sh b/install/tdarr-install.sh
index dccd94280..8447a6c4a 100644
--- a/install/tdarr-install.sh
+++ b/install/tdarr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/technitiumdns-install.sh b/install/technitiumdns-install.sh
index 12ea927d4..8dc37ae1a 100644
--- a/install/technitiumdns-install.sh
+++ b/install/technitiumdns-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/threadfin-install.sh b/install/threadfin-install.sh
index 5fb8211d4..a4c08e014 100644
--- a/install/threadfin-install.sh
+++ b/install/threadfin-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/tianji-install.sh b/install/tianji-install.sh
index 3d476444f..26b05eb3e 100644
--- a/install/tianji-install.sh
+++ b/install/tianji-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/msgbyte/tianji
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/traccar-install.sh b/install/traccar-install.sh
index f68d365e0..c6c65034c 100644
--- a/install/traccar-install.sh
+++ b/install/traccar-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/traefik-install.sh b/install/traefik-install.sh
index f418b68b2..7c98163da 100644
--- a/install/traefik-install.sh
+++ b/install/traefik-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/transmission-install.sh b/install/transmission-install.sh
index 2550bb002..b2e9e152b 100644
--- a/install/transmission-install.sh
+++ b/install/transmission-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/trilium-install.sh b/install/trilium-install.sh
index 9f8938ab5..e8c447915 100644
--- a/install/trilium-install.sh
+++ b/install/trilium-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/ubuntu-install.sh b/install/ubuntu-install.sh
index 841dd3f3e..cb2010c51 100644
--- a/install/ubuntu-install.sh
+++ b/install/ubuntu-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/umami-install.sh b/install/umami-install.sh
index 8fd103b28..f913128fb 100644
--- a/install/umami-install.sh
+++ b/install/umami-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/umbrel-install.sh b/install/umbrel-install.sh
index f0411f49e..519f1c7c6 100644
--- a/install/umbrel-install.sh
+++ b/install/umbrel-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/unifi-install.sh b/install/unifi-install.sh
index 5341ee583..90a712473 100644
--- a/install/unifi-install.sh
+++ b/install/unifi-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/unmanic-install.sh b/install/unmanic-install.sh
index 70b73dc82..8034abc7b 100644
--- a/install/unmanic-install.sh
+++ b/install/unmanic-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/uptimekuma-install.sh b/install/uptimekuma-install.sh
index 4a4291917..5571166d6 100644
--- a/install/uptimekuma-install.sh
+++ b/install/uptimekuma-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/vaultwarden-install.sh b/install/vaultwarden-install.sh
index c76297e3a..e5703f929 100644
--- a/install/vaultwarden-install.sh
+++ b/install/vaultwarden-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color
diff --git a/install/wallos-install.sh b/install/wallos-install.sh
index 0407b05fb..c1f52295f 100644
--- a/install/wallos-install.sh
+++ b/install/wallos-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/ellite/wallos
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/wastebin-install.sh b/install/wastebin-install.sh
index b9faec802..12e255a5c 100644
--- a/install/wastebin-install.sh
+++ b/install/wastebin-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/matze/wastebin
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/watchyourlan-install.sh b/install/watchyourlan-install.sh
index c54342c5d..e93bfa2a5 100644
--- a/install/watchyourlan-install.sh
+++ b/install/watchyourlan-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/whisparr-install.sh b/install/whisparr-install.sh
index 16d208930..3401374fc 100644
--- a/install/whisparr-install.sh
+++ b/install/whisparr-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/whoogle-install.sh b/install/whoogle-install.sh
index f3516d322..c2f80be7e 100644
--- a/install/whoogle-install.sh
+++ b/install/whoogle-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/wikijs-install.sh b/install/wikijs-install.sh
index fe95122ed..f572752e2 100644
--- a/install/wikijs-install.sh
+++ b/install/wikijs-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/wireguard-install.sh b/install/wireguard-install.sh
index 1b12dfbf5..b5704e1e9 100644
--- a/install/wireguard-install.sh
+++ b/install/wireguard-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/yunohost-install.sh b/install/yunohost-install.sh
index 75cdc55c4..3012db34e 100644
--- a/install/yunohost-install.sh
+++ b/install/yunohost-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/zabbix-install.sh b/install/zabbix-install.sh
index c7123dea9..33cf2d59b 100644
--- a/install/zabbix-install.sh
+++ b/install/zabbix-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/zigbee2mqtt-install.sh b/install/zigbee2mqtt-install.sh
index 55acdcbcf..f6b8e97c5 100644
--- a/install/zigbee2mqtt-install.sh
+++ b/install/zigbee2mqtt-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/zipline-install.sh b/install/zipline-install.sh
index 2c47d0351..f7f5c6a67 100644
--- a/install/zipline-install.sh
+++ b/install/zipline-install.sh
@@ -4,7 +4,7 @@
# Author: tteck
# Co-Author: MickLesk (Canbiz)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/diced/zipline
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
diff --git a/install/zoraxy-install.sh b/install/zoraxy-install.sh
index b0f7d6c8e..5d7dd9b79 100644
--- a/install/zoraxy-install.sh
+++ b/install/zoraxy-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/install/zwave-js-ui-install.sh b/install/zwave-js-ui-install.sh
index c1966ed4c..02036ea0b 100644
--- a/install/zwave-js-ui-install.sh
+++ b/install/zwave-js-ui-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
color
diff --git a/misc/add-netbird-lxc.sh b/misc/add-netbird-lxc.sh
index 054271060..098e7692f 100644
--- a/misc/add-netbird-lxc.sh
+++ b/misc/add-netbird-lxc.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/add-tailscale-lxc.sh b/misc/add-tailscale-lxc.sh
index 133073333..73a944974 100644
--- a/misc/add-tailscale-lxc.sh
+++ b/misc/add-tailscale-lxc.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/all-templates.sh b/misc/all-templates.sh
index ab430e7c8..3581768df 100644
--- a/misc/all-templates.sh
+++ b/misc/all-templates.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/alpine-install.func b/misc/alpine-install.func
index 3820d637a..175b8ca76 100644
--- a/misc/alpine-install.func
+++ b/misc/alpine-install.func
@@ -103,7 +103,7 @@ update_os() {
motd_ssh() {
echo "export TERM='xterm-256color'" >>/root/.bashrc
- echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" >/etc/motd
+ echo -e "$APPLICATION LXC provided by https://Helper-Scripts.com/\n" >/etc/motd
if [[ "${SSH_ROOT}" == "yes" ]]; then
$STD rc-update add sshd
sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config
diff --git a/misc/build.func b/misc/build.func
index b838ef1ad..ea73f0b45 100644
--- a/misc/build.func
+++ b/misc/build.func
@@ -640,7 +640,7 @@ EOF'
# This function sets the description of the container.
description() {
IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
- pct set "$CTID" -description "

+ pct set "$CTID" -description "

# ${APP} LXC
diff --git a/misc/clean-lxcs.sh b/misc/clean-lxcs.sh
index 17f4fe743..129071f58 100644
--- a/misc/clean-lxcs.sh
+++ b/misc/clean-lxcs.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info() {
clear
@@ -40,7 +40,7 @@ function clean_container() {
header_info
name=$(pct exec "$container" hostname)
echo -e "${BL}[Info]${GN} Cleaning ${name} ${CL} \n"
- pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/tteck/Proxmox/raw/main/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update"
+ pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update"
}
for container in $(pct list | awk '{if(NR>1) print $1}'); do
if [[ " ${excluded_containers[@]} " =~ " $container " ]]; then
diff --git a/misc/clean.sh b/misc/clean.sh
index 4f6923664..82a8ded8e 100644
--- a/misc/clean.sh
+++ b/misc/clean.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info() {
clear
diff --git a/misc/code-server.sh b/misc/code-server.sh
index 0eb46dcfb..5f2541347 100644
--- a/misc/code-server.sh
+++ b/misc/code-server.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
cat <<"EOF"
diff --git a/misc/container-restore-from-backup.sh b/misc/container-restore-from-backup.sh
index c491e18a1..ebd222902 100644
--- a/misc/container-restore-from-backup.sh
+++ b/misc/container-restore-from-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi
diff --git a/misc/copy-data/README.md b/misc/copy-data/README.md
index e24677c36..3257c80f2 100644
--- a/misc/copy-data/README.md
+++ b/misc/copy-data/README.md
@@ -2,45 +2,45 @@
To copy data from Home Assistant Container to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Container to Home Assistant Core
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
```
To copy data from Home Assistant Container to Podman Home Assistant
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
```
To copy data from Podman Home Assistant to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Core to Home Assistant Container
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
```
To copy data from Home Assistant Core to Home Assistant Core
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
```
To copy data from Plex to Plex
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/plex-copy-data-plex.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/plex-copy-data-plex.sh)"
```
To copy data from Zigbee2MQTT to Zigbee2MQTT
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)"
```
To copy data from Zwavejs2MQTT to Zwave JS UI
```
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
+bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
```
diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
index 7b5fe050b..02060ae33 100644
--- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from one Home Assistant LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Home Assistant LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
index 36af3259a..8ca7b409f 100644
--- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -121,4 +121,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
diff --git a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
index 2423f8963..cc3482842 100644
--- a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
+++ b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC.
# run from the Proxmox Shell
@@ -126,4 +126,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
index 387450fcf..bdf8e55b9 100644
--- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -121,4 +121,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
index 68c388ed0..bca88f362 100644
--- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
+++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi
@@ -120,4 +120,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
diff --git a/misc/copy-data/plex-copy-data-plex.sh b/misc/copy-data/plex-copy-data-plex.sh
index dbf80f184..4ada54d54 100644
--- a/misc/copy-data/plex-copy-data-plex.sh
+++ b/misc/copy-data/plex-copy-data-plex.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from one Plex Media Server LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Plex Media Server LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/plex-copy-data-plex.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/plex-copy-data-plex.sh)"
diff --git a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
index ef65e9e6e..56e9aabdd 100644
--- a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
+++ b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC.
# run from the Proxmox Shell
@@ -126,4 +126,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC.
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
diff --git a/misc/copy-data/z2m-copy-data-z2m.sh b/misc/copy-data/z2m-copy-data-z2m.sh
index 6e804de58..35b8a3397 100644
--- a/misc/copy-data/z2m-copy-data-z2m.sh
+++ b/misc/copy-data/z2m-copy-data-z2m.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from one Zigbee2MQTT LXC to another
# run from the Proxmox Shell
@@ -125,4 +125,4 @@ info "Successfully Transferred Data."
# Use to copy all data from one Zigbee2MQTT LXC to another
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/z2m-copy-data-z2m.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/z2m-copy-data-z2m.sh)"
diff --git a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
index 8d5529820..e42adf7d6 100644
--- a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
+++ b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC
# run from the Proxmox Shell
@@ -127,4 +127,4 @@ info "Successfully Transferred Data."
# Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC
# run from the Proxmox Shell
-# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
+# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
diff --git a/misc/core-restore-from-backup.sh b/misc/core-restore-from-backup.sh
index 885eda9c5..fd7fab0e0 100644
--- a/misc/core-restore-from-backup.sh
+++ b/misc/core-restore-from-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi
diff --git a/misc/cron-update-lxcs.sh b/misc/cron-update-lxcs.sh
index 97fb4e6cf..04bbfb11c 100644
--- a/misc/cron-update-lxcs.sh
+++ b/misc/cron-update-lxcs.sh
@@ -3,8 +3,8 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
-# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/cron-update-lxcs.sh)"
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/cron-update-lxcs.sh)"
clear
cat <<"EOF"
@@ -25,13 +25,13 @@ add() {
*) echo "Please answer yes or no." ;;
esac
done
- sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -'
+ sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -'
clear
echo -e "\n To view Cron Update LXCs logs: cat /var/log/update-lxcs-cron.log"
}
remove() {
- (crontab -l | grep -v "github.com/tteck/Proxmox/raw/main/misc/update-lxcs-cron.sh") | crontab -
+ (crontab -l | grep -v "github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh") | crontab -
rm -rf /var/log/update-lxcs-cron.log
echo "Removed Crontab Schedule from Proxmox VE"
}
diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh
index 12a20f043..07577e220 100644
--- a/misc/crowdsec.sh
+++ b/misc/crowdsec.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
YW=$(echo "\033[33m")
BL=$(echo "\033[36m")
diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh
index f831ccce7..d8912b7ff 100644
--- a/misc/filebrowser.sh
+++ b/misc/filebrowser.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh
index 8dbdc5635..981ba3a96 100644
--- a/misc/frigate-support.sh
+++ b/misc/frigate-support.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -89,5 +89,5 @@ EOF
echo -e "\e[1;33m \nFinished....Reboot ${CTID} LXC to apply the changes.\n \e[0m"
# In the Proxmox web shell run
-# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/frigate-support.sh)"
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/frigate-support.sh)"
# Reboot the LXC to apply the changes
\ No newline at end of file
diff --git a/misc/fstrim.sh b/misc/fstrim.sh
index 5c0e2ae66..de604bdd5 100644
--- a/misc/fstrim.sh
+++ b/misc/fstrim.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info() {
clear
diff --git a/misc/glances.sh b/misc/glances.sh
index 318409776..51cf5d6bf 100644
--- a/misc/glances.sh
+++ b/misc/glances.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/host-backup.sh b/misc/host-backup.sh
index 31b67bfa8..f9405b1ee 100644
--- a/misc/host-backup.sh
+++ b/misc/host-backup.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh
index 19a0b1409..97ca7de97 100644
--- a/misc/hw-acceleration.sh
+++ b/misc/hw-acceleration.sh
@@ -3,9 +3,9 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Execute within the Proxmox shell
-# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/hw-acceleration.sh)"
+# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/hw-acceleration.sh)"
set -e
function header_info {
diff --git a/misc/install.func b/misc/install.func
index 4bdc932cb..2a22e2ff9 100644
--- a/misc/install.func
+++ b/misc/install.func
@@ -198,6 +198,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
- echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
+ echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}
diff --git a/misc/kernel-clean.sh b/misc/kernel-clean.sh
index ca31cc2f9..adee9d3fa 100644
--- a/misc/kernel-clean.sh
+++ b/misc/kernel-clean.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/kernel-pin.sh b/misc/kernel-pin.sh
index a2a15edee..cd4891c95 100644
--- a/misc/kernel-pin.sh
+++ b/misc/kernel-pin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/microcode.sh b/misc/microcode.sh
index 44ad9b54c..232bcd48e 100644
--- a/misc/microcode.sh
+++ b/misc/microcode.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/monitor-all.sh b/misc/monitor-all.sh
index 79bf0df00..a624dbd6c 100644
--- a/misc/monitor-all.sh
+++ b/misc/monitor-all.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
clear
cat <<"EOF"
diff --git a/misc/netdata.sh b/misc/netdata.sh
index 885cd42d6..9c3ee42fa 100644
--- a/misc/netdata.sh
+++ b/misc/netdata.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/olivetin.sh b/misc/olivetin.sh
index f3909ad99..d3e0adeee 100644
--- a/misc/olivetin.sh
+++ b/misc/olivetin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/pbs3-upgrade.sh b/misc/pbs3-upgrade.sh
index 4565811e0..789c07edb 100644
--- a/misc/pbs3-upgrade.sh
+++ b/misc/pbs3-upgrade.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
header_info() {
clear
diff --git a/misc/post-pbs-install.sh b/misc/post-pbs-install.sh
index 550626be3..31a15b7c1 100644
--- a/misc/post-pbs-install.sh
+++ b/misc/post-pbs-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
header_info() {
clear
diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh
index f142b8509..123929f24 100644
--- a/misc/post-pve-install.sh
+++ b/misc/post-pve-install.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
header_info() {
clear
diff --git a/misc/pve8-upgrade.sh b/misc/pve8-upgrade.sh
index 360b339b1..a530ee548 100644
--- a/misc/pve8-upgrade.sh
+++ b/misc/pve8-upgrade.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
header_info() {
clear
diff --git a/misc/pyenv.sh b/misc/pyenv.sh
index 0a548e785..d8e36b0b2 100644
--- a/misc/pyenv.sh
+++ b/misc/pyenv.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
set -e
YW=$(echo "\033[33m")
@@ -113,7 +113,7 @@ cat <
/srv/esphome/start.sh
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
source /srv/esphome/bin/activate
esphome dashboard /srv/esphome/
diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh
index 3523ab2c2..646206e40 100644
--- a/misc/scaling-governor.sh
+++ b/misc/scaling-governor.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
set -e
header_info() {
clear
diff --git a/misc/update-lxcs-cron.sh b/misc/update-lxcs-cron.sh
index ec397b5b8..d3ddee7ca 100644
--- a/misc/update-lxcs-cron.sh
+++ b/misc/update-lxcs-cron.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
echo -e "\n $(date)"
excluded_containers=("$@")
diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh
index c4ea80f92..36892a9c7 100644
--- a/misc/update-lxcs.sh
+++ b/misc/update-lxcs.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh
index 25ceb3e67..b8cb42cf4 100644
--- a/misc/usb-passthrough.sh
+++ b/misc/usb-passthrough.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
echo -e "\e[1;33m This script will allow USB passthrough to a PRIVILEGED LXC Container ONLY\e[0m"
while true; do
diff --git a/misc/webmin.sh b/misc/webmin.sh
index a7188b01f..260e806c6 100644
--- a/misc/webmin.sh
+++ b/misc/webmin.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/turnkey/turnkey.sh b/turnkey/turnkey.sh
index 202143cf0..bf269223f 100644
--- a/turnkey/turnkey.sh
+++ b/turnkey/turnkey.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh
index d61593171..c38203ec0 100644
--- a/vm/debian-vm.sh
+++ b/vm/debian-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -410,7 +410,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \
-boot order=scsi0 \
-serial0 socket \
- -description "
+ -description "

# Debian 12 VM
@@ -423,4 +423,4 @@ if [ "$START_VM" == "yes" ]; then
msg_ok "Started Debian 12 VM"
fi
msg_ok "Completed Successfully!\n"
-echo "More Info at https://github.com/tteck/Proxmox/discussions/1988"
+echo "More Info at https://github.com/community-scripts/ProxmoxVE/discussions/1988"
diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh
index 90bb9751e..36b989c11 100644
--- a/vm/haos-vm.sh
+++ b/vm/haos-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -451,7 +451,7 @@ qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=32G \
-boot order=scsi0 \
- -description "

+ -description "

# Home Assistant OS
diff --git a/vm/mikrotik-routeros.sh b/vm/mikrotik-routeros.sh
index 4b0978fa3..ffe43608c 100644
--- a/vm/mikrotik-routeros.sh
+++ b/vm/mikrotik-routeros.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
cat <<"EOF"
@@ -270,7 +270,7 @@ qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
-scsi0 "$DISK_REF" \
-boot order=scsi0 \
- -description "

+ -description "

# Mikrotik RouterOS CHR
diff --git a/vm/nextcloud-vm.sh b/vm/nextcloud-vm.sh
index 1e50c37dc..8ffc81300 100644
--- a/vm/nextcloud-vm.sh
+++ b/vm/nextcloud-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -408,7 +408,7 @@ qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=12G \
-boot order=scsi0 \
- -description "

+ -description "

# $NAME
diff --git a/vm/openwrt.sh b/vm/openwrt.sh
index 3cdd38f3c..26d234932 100644
--- a/vm/openwrt.sh
+++ b/vm/openwrt.sh
@@ -4,7 +4,7 @@
# Author: tteck (tteckster)
# Jon Spriggs (jontheniceguy)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Based on work from https://i12bretro.github.io/tutorials/0405.html
function header_info {
@@ -476,7 +476,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},size=512M \
-boot order=scsi0 \
-tags proxmox-helper-scripts \
- -description "

+ -description "

# OpenWRT
diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh
index 871f5eeba..61d0f753d 100644
--- a/vm/owncloud-vm.sh
+++ b/vm/owncloud-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -408,7 +408,7 @@ qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=12G \
-boot order=scsi0 \
- -description "

+ -description "

# TurnKey ownCloud VM
diff --git a/vm/pimox-haos-vm.sh b/vm/pimox-haos-vm.sh
index 4e1c47660..d1206031f 100644
--- a/vm/pimox-haos-vm.sh
+++ b/vm/pimox-haos-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
cat <<"EOF"
@@ -310,7 +310,7 @@ qm set $VMID \
-scsi0 ${DISK1_REF},size=32G >/dev/null
qm set $VMID \
-boot order=scsi0 \
- -description "

+ -description "

# Home Assistant OS
diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh
index cb6884d80..afe89d837 100644
--- a/vm/ubuntu2204-vm.sh
+++ b/vm/ubuntu2204-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -411,7 +411,7 @@ qm set $VMID \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
- -description "

+ -description "

# Ubuntu 22.04 VM
@@ -425,4 +425,4 @@ if [ "$START_VM" == "yes" ]; then
fi
msg_ok "Completed Successfully!\n"
echo -e "Setup Cloud-Init before starting \n
-More info at https://github.com/tteck/Proxmox/discussions/2072 \n"
+More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"
diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh
index 920af0194..f608f7c63 100644
--- a/vm/ubuntu2404-vm.sh
+++ b/vm/ubuntu2404-vm.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster)
# License: MIT
-# https://github.com/tteck/Proxmox/raw/main/LICENSE
+# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear
@@ -401,7 +401,7 @@ qm set $VMID \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
- -description "

+ -description "

# Ubuntu 24.04 VM
@@ -410,4 +410,4 @@ qm set $VMID \
msg_ok "Created a Ubuntu 24.04 VM ${CL}${BL}(${HN})"
msg_ok "Completed Successfully!\n"
echo -e "Setup Cloud-Init before starting \n
-More info at https://github.com/tteck/Proxmox/discussions/2072 \n"
+More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n"