diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index d27ffa2818..2022e1f740 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ __ __ diff --git a/ct/alpine-v5.sh b/ct/alpine-v5.sh index 4b29ba88fc..f48475c60e 100644 --- a/ct/alpine-v5.sh +++ b/ct/alpine-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ v5 __ _ diff --git a/ct/archlinux-v5.sh b/ct/archlinux-v5.sh index d3c3009ee6..5349d521cf 100644 --- a/ct/archlinux-v5.sh +++ b/ct/archlinux-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ __ __ _ diff --git a/ct/audiobookshelf-v5.sh b/ct/audiobookshelf-v5.sh index 55e121d049..c55385f778 100644 --- a/ct/audiobookshelf-v5.sh +++ b/ct/audiobookshelf-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ __ __ __ ______ diff --git a/ct/autobrr-v5.sh b/ct/autobrr-v5.sh index ba683924e9..e5fdb60fb4 100644 --- a/ct/autobrr-v5.sh +++ b/ct/autobrr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ __ __ diff --git a/ct/blocky-v5.sh b/ct/blocky-v5.sh index 321a6932bb..ccf94f66c9 100644 --- a/ct/blocky-v5.sh +++ b/ct/blocky-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ __ diff --git a/ct/casaos-v5.sh b/ct/casaos-v5.sh index 994be9a250..416743d9e4 100644 --- a/ct/casaos-v5.sh +++ b/ct/casaos-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ ____ _____ diff --git a/ct/changedetection-v5.sh b/ct/changedetection-v5.sh index 2e9939ff81..7ef66909ba 100644 --- a/ct/changedetection-v5.sh +++ b/ct/changedetection-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ________ ____ __ __ _ diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index ecb62d9653..f8326f552e 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" == "yes" ]; then set -x; fi YW=$(echo "\033[33m") BL=$(echo "\033[36m") diff --git a/ct/cronicle-v5.sh b/ct/cronicle-v5.sh index 8097937e2c..a8ce108be8 100644 --- a/ct/cronicle-v5.sh +++ b/ct/cronicle-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ _ __ diff --git a/ct/daemonsync-v5.sh b/ct/daemonsync-v5.sh index bc351a7dca..49e06d6cc0 100644 --- a/ct/daemonsync-v5.sh +++ b/ct/daemonsync-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ _____ diff --git a/ct/dashy-v5.sh b/ct/dashy-v5.sh index 7a5f935461..7f51ba4533 100644 --- a/ct/dashy-v5.sh +++ b/ct/dashy-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index 1f0cb49c1f..2b3bd1c5b2 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ _ diff --git a/ct/deconz-v5.sh b/ct/deconz-v5.sh index 85f27fe03b..f26890fb13 100644 --- a/ct/deconz-v5.sh +++ b/ct/deconz-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __________ _ _______ diff --git a/ct/deluge-v5.sh b/ct/deluge-v5.sh index ba79ee1c0a..f2f62f5624 100644 --- a/ct/deluge-v5.sh +++ b/ct/deluge-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/devuan-v5.sh b/ct/devuan-v5.sh index 79871ef6f2..cc5e92533c 100644 --- a/ct/devuan-v5.sh +++ b/ct/devuan-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ diff --git a/ct/docker-v5.sh b/ct/docker-v5.sh index ae6085f4a9..25b390a2ba 100644 --- a/ct/docker-v5.sh +++ b/ct/docker-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/emby-v5.sh b/ct/emby-v5.sh index 57c3502601..6d9d2facec 100644 --- a/ct/emby-v5.sh +++ b/ct/emby-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ __ diff --git a/ct/emqx-v5.sh b/ct/emqx-v5.sh index b0e091ca2e..3ea8ff9664 100644 --- a/ct/emqx-v5.sh +++ b/ct/emqx-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ________ _______v5 _ __ diff --git a/ct/esphome-v5.sh b/ct/esphome-v5.sh index bf58060765..fb44c748d3 100644 --- a/ct/esphome-v5.sh +++ b/ct/esphome-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___________ ____ __ __ diff --git a/ct/grafana-v5.sh b/ct/grafana-v5.sh index 20947e8164..6ac359a5f3 100644 --- a/ct/grafana-v5.sh +++ b/ct/grafana-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ ____ diff --git a/ct/grocy-v5.sh b/ct/grocy-v5.sh index f715b57e25..c1bb4dbd1b 100644 --- a/ct/grocy-v5.sh +++ b/ct/grocy-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __________ _______ __ diff --git a/ct/heimdalldashboard-v5.sh b/ct/heimdalldashboard-v5.sh index 396e582517..8d890a1f94 100644 --- a/ct/heimdalldashboard-v5.sh +++ b/ct/heimdalldashboard-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ _ _ _ ___ _ _ _ diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index 83b048396d..f7c432c506 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ _ _ _ ___ diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index 04f7f93a22..df6808f682 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ ___ _ __ __ diff --git a/ct/homebridge-v5.sh b/ct/homebridge-v5.sh index 851b72bcbc..5442b1b180 100644 --- a/ct/homebridge-v5.sh +++ b/ct/homebridge-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ______ __ _____________ ____ ________ ____________ diff --git a/ct/homepage-v5.sh b/ct/homepage-v5.sh index a93adf817a..620dee04e7 100644 --- a/ct/homepage-v5.sh +++ b/ct/homepage-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ diff --git a/ct/homer-v5.sh b/ct/homer-v5.sh index 458bbd87ae..f9b75c3d9b 100644 --- a/ct/homer-v5.sh +++ b/ct/homer-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ diff --git a/ct/hyperion-v5.sh b/ct/hyperion-v5.sh index bd2f7106f7..81e3062094 100644 --- a/ct/hyperion-v5.sh +++ b/ct/hyperion-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ _ diff --git a/ct/influxdb-v5.sh b/ct/influxdb-v5.sh index 9f3889e87a..eaf8ada3b1 100644 --- a/ct/influxdb-v5.sh +++ b/ct/influxdb-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ ______ ____ ____ diff --git a/ct/iobroker-v5.sh b/ct/iobroker-v5.sh index 2099aa8e78..55e1d49368 100644 --- a/ct/iobroker-v5.sh +++ b/ct/iobroker-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ ____ __ diff --git a/ct/jellyfin-v5.sh b/ct/jellyfin-v5.sh index a81b354e9d..e5b677be47 100644 --- a/ct/jellyfin-v5.sh +++ b/ct/jellyfin-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ____ _____ diff --git a/ct/k0s-v5.sh b/ct/k0s-v5.sh index 1e5f3e9275..04c0e1f1cf 100644 --- a/ct/k0s-v5.sh +++ b/ct/k0s-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ____ __ __ __ __ diff --git a/ct/kavita-v5.sh b/ct/kavita-v5.sh index acf18be261..e8dd83d408 100644 --- a/ct/kavita-v5.sh +++ b/ct/kavita-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ _ __ diff --git a/ct/keycloak-v5.sh b/ct/keycloak-v5.sh index e3e8eac0d7..e4a3aad034 100644 --- a/ct/keycloak-v5.sh +++ b/ct/keycloak-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ __ __ diff --git a/ct/lidarr-v5.sh b/ct/lidarr-v5.sh index 636e4e0ab5..aff50b7473 100644 --- a/ct/lidarr-v5.sh +++ b/ct/lidarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ _ __ diff --git a/ct/magicmirror-v5.sh b/ct/magicmirror-v5.sh index 50432f1306..5862a8e639 100644 --- a/ct/magicmirror-v5.sh +++ b/ct/magicmirror-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ___ _ __ ____ diff --git a/ct/mariadb-v5.sh b/ct/mariadb-v5.sh index d37c01862b..6ea6677701 100644 --- a/ct/mariadb-v5.sh +++ b/ct/mariadb-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ___ _ ____ ____ diff --git a/ct/meshcentral-v5.sh b/ct/meshcentral-v5.sh index 68285c3b93..79609b9dd3 100644 --- a/ct/meshcentral-v5.sh +++ b/ct/meshcentral-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ___ __ ______ __ __ diff --git a/ct/motioneye-v5.sh b/ct/motioneye-v5.sh index eb08e9b12d..f50a8cf5be 100644 --- a/ct/motioneye-v5.sh +++ b/ct/motioneye-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ___ __ _ diff --git a/ct/mqtt-v5.sh b/ct/mqtt-v5.sh index f7995b7f38..f5de113db9 100644 --- a/ct/mqtt-v5.sh +++ b/ct/mqtt-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ___ ____ _ ____________ diff --git a/ct/n8n-v5.sh b/ct/n8n-v5.sh index beb58747ed..2132cdd15d 100644 --- a/ct/n8n-v5.sh +++ b/ct/n8n-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ___ diff --git a/ct/navidrome-v5.sh b/ct/navidrome-v5.sh index c382844a2b..2999950c61 100644 --- a/ct/navidrome-v5.sh +++ b/ct/navidrome-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ _ __ diff --git a/ct/nextcloudpi-v5.sh b/ct/nextcloudpi-v5.sh index 20909da578..bcc07914ef 100644 --- a/ct/nextcloudpi-v5.sh +++ b/ct/nextcloudpi-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ __ ________ ______ _ diff --git a/ct/nginxproxymanager-v5.sh b/ct/nginxproxymanager-v5.sh index a1f9647485..94a17159d8 100644 --- a/ct/nginxproxymanager-v5.sh +++ b/ct/nginxproxymanager-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ _ ____ __ ___ diff --git a/ct/nocodb-v5.sh b/ct/nocodb-v5.sh index be844bf6ca..c9e31080a5 100644 --- a/ct/nocodb-v5.sh +++ b/ct/nocodb-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ ____ ____ diff --git a/ct/node-red-v5.sh b/ct/node-red-v5.sh index 2784b41f54..e4016d4db6 100644 --- a/ct/node-red-v5.sh +++ b/ct/node-red-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ __ ____ __ diff --git a/ct/omada-v5.sh b/ct/omada-v5.sh index 0af724ce6e..0160d8f5b1 100644 --- a/ct/omada-v5.sh +++ b/ct/omada-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/omv-v5.sh b/ct/omv-v5.sh index 839b8b69c8..cda88be97f 100644 --- a/ct/omv-v5.sh +++ b/ct/omv-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ ___ ___ _ __ ____ diff --git a/ct/openhab-v5.sh b/ct/openhab-v5.sh index 46720606a0..c183799fd6 100644 --- a/ct/openhab-v5.sh +++ b/ct/openhab-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ _____ ____ diff --git a/ct/paperless-ngx-v5.sh b/ct/paperless-ngx-v5.sh index 5b5d8a6f31..050f77e25e 100644 --- a/ct/paperless-ngx-v5.sh +++ b/ct/paperless-ngx-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/photoprism-v5.sh b/ct/photoprism-v5.sh index 33a810db7e..886008c8e1 100644 --- a/ct/photoprism-v5.sh +++ b/ct/photoprism-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ ______ __________ ____ ____ _________ __ ___ diff --git a/ct/pihole-v5.sh b/ct/pihole-v5.sh index 4ecb5d26e0..03fa249b72 100644 --- a/ct/pihole-v5.sh +++ b/ct/pihole-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ ____ __ ______ __ ______ diff --git a/ct/plex-v5.sh b/ct/plex-v5.sh index c973e8a014..25555eab4b 100644 --- a/ct/plex-v5.sh +++ b/ct/plex-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ __ ___ ___ _____ diff --git a/ct/podman-homeassistant-v5.sh b/ct/podman-homeassistant-v5.sh index 8f88bf646f..f6da09c415 100644 --- a/ct/podman-homeassistant-v5.sh +++ b/ct/podman-homeassistant-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/podman-v5.sh b/ct/podman-v5.sh index 048c6a50e1..75b3170cde 100644 --- a/ct/podman-v5.sh +++ b/ct/podman-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/postgresql-v5.sh b/ct/postgresql-v5.sh index ff6dcbf074..f6c599f6ed 100644 --- a/ct/postgresql-v5.sh +++ b/ct/postgresql-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ _____ ____ __ diff --git a/ct/prometheus-v5.sh b/ct/prometheus-v5.sh index 898b61b06b..3f61b2c827 100644 --- a/ct/prometheus-v5.sh +++ b/ct/prometheus-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ __ diff --git a/ct/prowlarr-v5.sh b/ct/prowlarr-v5.sh index 3ff3a0871c..b9398fe775 100644 --- a/ct/prowlarr-v5.sh +++ b/ct/prowlarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/radarr-v5.sh b/ct/radarr-v5.sh index a71f5265eb..e2c9b2f3e3 100644 --- a/ct/radarr-v5.sh +++ b/ct/radarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/readarr-v5.sh b/ct/readarr-v5.sh index 71dde5fe68..1810c403ec 100644 --- a/ct/readarr-v5.sh +++ b/ct/readarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ diff --git a/ct/rockylinux-v5.sh b/ct/rockylinux-v5.sh index 421a5eabae..f548f14b4f 100644 --- a/ct/rockylinux-v5.sh +++ b/ct/rockylinux-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ __ __ _ diff --git a/ct/sabnzbd-v5.sh b/ct/sabnzbd-v5.sh index 885619eb26..01dfcd56a6 100644 --- a/ct/sabnzbd-v5.sh +++ b/ct/sabnzbd-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ ___ ____ __ __ diff --git a/ct/scrypted-v5.sh b/ct/scrypted-v5.sh index 9e0c12445e..cc7598817f 100644 --- a/ct/scrypted-v5.sh +++ b/ct/scrypted-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ __ __ diff --git a/ct/shinobi-v5.sh b/ct/shinobi-v5.sh index 54abd42f8e..cad79e5c8c 100644 --- a/ct/shinobi-v5.sh +++ b/ct/shinobi-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ __ _ __ _ diff --git a/ct/sonarr-v5.sh b/ct/sonarr-v5.sh index 7e5f472eef..000becd306 100644 --- a/ct/sonarr-v5.sh +++ b/ct/sonarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ diff --git a/ct/syncthing-v5.sh b/ct/syncthing-v5.sh index d11d2c2dca..2c1c13d17c 100644 --- a/ct/syncthing-v5.sh +++ b/ct/syncthing-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ __ __ _ diff --git a/ct/tdarr-v5.sh b/ct/tdarr-v5.sh index 679b125893..12be69a40d 100644 --- a/ct/tdarr-v5.sh +++ b/ct/tdarr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ __ diff --git a/ct/technitiumdns-v5.sh b/ct/technitiumdns-v5.sh index 9fd8c7f3d3..729a6c3b61 100644 --- a/ct/technitiumdns-v5.sh +++ b/ct/technitiumdns-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ __ _ __ _ ____ _ _______ diff --git a/ct/transmission-v5.sh b/ct/transmission-v5.sh index ff6347029e..f99e4644f2 100644 --- a/ct/transmission-v5.sh +++ b/ct/transmission-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ _ _ diff --git a/ct/trilium-v5.sh b/ct/trilium-v5.sh index 7a6648e40d..e6b8b5404d 100644 --- a/ct/trilium-v5.sh +++ b/ct/trilium-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ _ ___ diff --git a/ct/ubuntu-v5.sh b/ct/ubuntu-v5.sh index ece6935ebf..3416113c93 100644 --- a/ct/ubuntu-v5.sh +++ b/ct/ubuntu-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ____ __ diff --git a/ct/umbrel-v5.sh b/ct/umbrel-v5.sh index fbf3e650b7..24c40e7efd 100644 --- a/ct/umbrel-v5.sh +++ b/ct/umbrel-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ __ __ diff --git a/ct/unifi-v5.sh b/ct/unifi-v5.sh index 7c395c9e1c..78b76c0c10 100644 --- a/ct/unifi-v5.sh +++ b/ct/unifi-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ _ _____ diff --git a/ct/uptimekuma-v5.sh b/ct/uptimekuma-v5.sh index af07651fd8..2af3e44cef 100644 --- a/ct/uptimekuma-v5.sh +++ b/ct/uptimekuma-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ __ _ __ __ diff --git a/ct/vaultwarden-v5.sh b/ct/vaultwarden-v5.sh index 1eff8d4eb4..6165882dff 100644 --- a/ct/vaultwarden-v5.sh +++ b/ct/vaultwarden-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ __ ____ _ __ __ diff --git a/ct/whisparr-v5.sh b/ct/whisparr-v5.sh index 3549ade0f5..0adfdfed6c 100644 --- a/ct/whisparr-v5.sh +++ b/ct/whisparr-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ ____ _ diff --git a/ct/whoogle-v5.sh b/ct/whoogle-v5.sh index 2027bf4418..d3c6b07ca2 100644 --- a/ct/whoogle-v5.sh +++ b/ct/whoogle-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ ____ ______ ____ ________ ______ diff --git a/ct/wikijs-v5.sh b/ct/wikijs-v5.sh index 80f0cd427d..5e4ecb02a9 100644 --- a/ct/wikijs-v5.sh +++ b/ct/wikijs-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ ___ __ _ _ diff --git a/ct/wireguard-v5.sh b/ct/wireguard-v5.sh index 642ff61315..ea6c3d1a49 100644 --- a/ct/wireguard-v5.sh +++ b/ct/wireguard-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _ ___ ______ __ diff --git a/ct/yunohost-v5.sh b/ct/yunohost-v5.sh index ca1efda9bd..c4b7f2a5d2 100644 --- a/ct/yunohost-v5.sh +++ b/ct/yunohost-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ __ __ __ diff --git a/ct/zigbee2mqtt-v5.sh b/ct/zigbee2mqtt-v5.sh index c5c789a1b5..42767d5d86 100644 --- a/ct/zigbee2mqtt-v5.sh +++ b/ct/zigbee2mqtt-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ _ __ ___ __ _______ ____________ diff --git a/ct/zwave-js-ui-v5.sh b/ct/zwave-js-ui-v5.sh index 6d3f63ccc1..293abf2602 100644 --- a/ct/zwave-js-ui-v5.sh +++ b/ct/zwave-js-ui-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _____ _______ __ ______ diff --git a/install/adguard-v5-install.sh b/install/adguard-v5-install.sh index f4c92d4c7f..e74135d969 100644 --- a/install/adguard-v5-install.sh +++ b/install/adguard-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/audiobookshelf-v5-install.sh b/install/audiobookshelf-v5-install.sh index 51d3843032..0be7f07acb 100644 --- a/install/audiobookshelf-v5-install.sh +++ b/install/audiobookshelf-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/autobrr-v5-install.sh b/install/autobrr-v5-install.sh index 4414672e46..1485c75be7 100644 --- a/install/autobrr-v5-install.sh +++ b/install/autobrr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/blocky-v5-install.sh b/install/blocky-v5-install.sh index 5c4bef5545..f51e98fbde 100644 --- a/install/blocky-v5-install.sh +++ b/install/blocky-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/casaos-v5-install.sh b/install/casaos-v5-install.sh index fa81060c07..ada2bb6b8a 100644 --- a/install/casaos-v5-install.sh +++ b/install/casaos-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/changedetection-v5-install.sh b/install/changedetection-v5-install.sh index 2827bfc7bf..7d2bda098d 100644 --- a/install/changedetection-v5-install.sh +++ b/install/changedetection-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/cronicle-v5-install.sh b/install/cronicle-v5-install.sh index 8f7d152ccb..a8bb2b6d33 100644 --- a/install/cronicle-v5-install.sh +++ b/install/cronicle-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/daemonsync-v5-install.sh b/install/daemonsync-v5-install.sh index 16f410c1ec..9b5e7eeab3 100644 --- a/install/daemonsync-v5-install.sh +++ b/install/daemonsync-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/dashy-v5-install.sh b/install/dashy-v5-install.sh index f6421b9ab8..565690e202 100644 --- a/install/dashy-v5-install.sh +++ b/install/dashy-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/debian-v5-install.sh b/install/debian-v5-install.sh index e910d9e528..7a4f410ed9 100644 --- a/install/debian-v5-install.sh +++ b/install/debian-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/deconz-v5-install.sh b/install/deconz-v5-install.sh index b2292b3ce8..2d51c7e07d 100644 --- a/install/deconz-v5-install.sh +++ b/install/deconz-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/deluge-v5-install.sh b/install/deluge-v5-install.sh index 776814e716..da12b769f9 100644 --- a/install/deluge-v5-install.sh +++ b/install/deluge-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/devuan-v5-install.sh b/install/devuan-v5-install.sh index 9da236b12f..da159dbeb2 100644 --- a/install/devuan-v5-install.sh +++ b/install/devuan-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/docker-v5-install.sh b/install/docker-v5-install.sh index 091dfdec5c..31ceda72a7 100644 --- a/install/docker-v5-install.sh +++ b/install/docker-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/emby-v5-install.sh b/install/emby-v5-install.sh index b2a4deb5bf..066dc17dd0 100644 --- a/install/emby-v5-install.sh +++ b/install/emby-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/emqx-v5-install.sh b/install/emqx-v5-install.sh index 23df928aa9..9529d9619f 100644 --- a/install/emqx-v5-install.sh +++ b/install/emqx-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/esphome-v5-install.sh b/install/esphome-v5-install.sh index b2af525e8e..2a8f81f604 100644 --- a/install/esphome-v5-install.sh +++ b/install/esphome-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/grafana-v5-install.sh b/install/grafana-v5-install.sh index 2abf3dff54..159fefe256 100644 --- a/install/grafana-v5-install.sh +++ b/install/grafana-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/grocy-v5-install.sh b/install/grocy-v5-install.sh index d23ff41721..f8087bbd53 100644 --- a/install/grocy-v5-install.sh +++ b/install/grocy-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/heimdalldashboard-v5-install.sh b/install/heimdalldashboard-v5-install.sh index fac55718f3..f0eee420c0 100644 --- a/install/heimdalldashboard-v5-install.sh +++ b/install/heimdalldashboard-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/homeassistant-core-v5-install.sh b/install/homeassistant-core-v5-install.sh index 836950413b..ac3cc58d3d 100644 --- a/install/homeassistant-core-v5-install.sh +++ b/install/homeassistant-core-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/homeassistant-v5-install.sh b/install/homeassistant-v5-install.sh index f86f089e0c..071ab8af48 100644 --- a/install/homeassistant-v5-install.sh +++ b/install/homeassistant-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/homebridge-v5-install.sh b/install/homebridge-v5-install.sh index 4e1e4c92e2..f07731d636 100644 --- a/install/homebridge-v5-install.sh +++ b/install/homebridge-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/homepage-v5-install.sh b/install/homepage-v5-install.sh index 3ef04b4b2c..d4a4e801f7 100644 --- a/install/homepage-v5-install.sh +++ b/install/homepage-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/homer-v5-install.sh b/install/homer-v5-install.sh index 70d9ee177a..bf873e8015 100644 --- a/install/homer-v5-install.sh +++ b/install/homer-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/hyperion-v5-install.sh b/install/hyperion-v5-install.sh index 2eba6ef7f5..cdf9fd9108 100644 --- a/install/hyperion-v5-install.sh +++ b/install/hyperion-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/influxdb-v5-install.sh b/install/influxdb-v5-install.sh index dc918a9ae2..5f4d9f679d 100644 --- a/install/influxdb-v5-install.sh +++ b/install/influxdb-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/iobroker-v5-install.sh b/install/iobroker-v5-install.sh index 6db1757081..9316795f06 100644 --- a/install/iobroker-v5-install.sh +++ b/install/iobroker-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/jellyfin-v5-install.sh b/install/jellyfin-v5-install.sh index 92c16950aa..11451bf26a 100644 --- a/install/jellyfin-v5-install.sh +++ b/install/jellyfin-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/k0s-v5-install.sh b/install/k0s-v5-install.sh index dcb6de0582..fc6f63142e 100644 --- a/install/k0s-v5-install.sh +++ b/install/k0s-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/kavita-v5-install.sh b/install/kavita-v5-install.sh index 212458480d..b6e0d2309f 100644 --- a/install/kavita-v5-install.sh +++ b/install/kavita-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/keycloak-v5-install.sh b/install/keycloak-v5-install.sh index d64ef3a193..ae2a6754b6 100644 --- a/install/keycloak-v5-install.sh +++ b/install/keycloak-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/lidarr-v5-install.sh b/install/lidarr-v5-install.sh index d3e8b9453b..d5798b4430 100644 --- a/install/lidarr-v5-install.sh +++ b/install/lidarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/magicmirror-v5-install.sh b/install/magicmirror-v5-install.sh index f53c168942..9b48fc3599 100644 --- a/install/magicmirror-v5-install.sh +++ b/install/magicmirror-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/mariadb-v5-install.sh b/install/mariadb-v5-install.sh index 72cf24100b..07c6486ba5 100644 --- a/install/mariadb-v5-install.sh +++ b/install/mariadb-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/meshcentral-v5-install.sh b/install/meshcentral-v5-install.sh index 67cc674728..f37c5614a5 100644 --- a/install/meshcentral-v5-install.sh +++ b/install/meshcentral-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/motioneye-v5-install.sh b/install/motioneye-v5-install.sh index 1575f17f27..2c177e7398 100644 --- a/install/motioneye-v5-install.sh +++ b/install/motioneye-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/mqtt-v5-install.sh b/install/mqtt-v5-install.sh index 53b39b3213..980ad4109e 100644 --- a/install/mqtt-v5-install.sh +++ b/install/mqtt-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/n8n-v5-install.sh b/install/n8n-v5-install.sh index be76bfa3e0..1881f808fd 100644 --- a/install/n8n-v5-install.sh +++ b/install/n8n-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/navidrome-v5-install.sh b/install/navidrome-v5-install.sh index 33ae8d3ef2..2dd1b36923 100644 --- a/install/navidrome-v5-install.sh +++ b/install/navidrome-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/nextcloudpi-v5-install.sh b/install/nextcloudpi-v5-install.sh index 4396c90c27..4b4c4d21f5 100644 --- a/install/nextcloudpi-v5-install.sh +++ b/install/nextcloudpi-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/nginxproxymanager-v5-install.sh b/install/nginxproxymanager-v5-install.sh index 99b09e8a3d..d1b5cd4b85 100644 --- a/install/nginxproxymanager-v5-install.sh +++ b/install/nginxproxymanager-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/nocodb-v5-install.sh b/install/nocodb-v5-install.sh index d22f7308c8..c5ecc2fb62 100644 --- a/install/nocodb-v5-install.sh +++ b/install/nocodb-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/node-red-v5-install.sh b/install/node-red-v5-install.sh index a127c44d81..5b548bf074 100644 --- a/install/node-red-v5-install.sh +++ b/install/node-red-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/omada-v5-install.sh b/install/omada-v5-install.sh index e498ee1273..fffee12b8d 100644 --- a/install/omada-v5-install.sh +++ b/install/omada-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/omv-v5-install.sh b/install/omv-v5-install.sh index 32151fa711..22319f8b25 100644 --- a/install/omv-v5-install.sh +++ b/install/omv-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/openhab-v5-install.sh b/install/openhab-v5-install.sh index 54b87c0a11..fc7861d130 100644 --- a/install/openhab-v5-install.sh +++ b/install/openhab-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/paperless-ngx-v5-install.sh b/install/paperless-ngx-v5-install.sh index 5c076deb98..48ed0e08db 100644 --- a/install/paperless-ngx-v5-install.sh +++ b/install/paperless-ngx-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/photoprism-v5-install.sh b/install/photoprism-v5-install.sh index f167d361f4..fe1093d3e4 100644 --- a/install/photoprism-v5-install.sh +++ b/install/photoprism-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/pihole-v5-install.sh b/install/pihole-v5-install.sh index fb175b0700..0d3ae506ef 100644 --- a/install/pihole-v5-install.sh +++ b/install/pihole-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/plex-v5-install.sh b/install/plex-v5-install.sh index 4fc4bfe4b8..f7b00eee29 100644 --- a/install/plex-v5-install.sh +++ b/install/plex-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/podman-homeassistant-v5-install.sh b/install/podman-homeassistant-v5-install.sh index 56853cf37f..53779ee102 100644 --- a/install/podman-homeassistant-v5-install.sh +++ b/install/podman-homeassistant-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/podman-v5-install.sh b/install/podman-v5-install.sh index 91d1e3406f..7b366a9c78 100644 --- a/install/podman-v5-install.sh +++ b/install/podman-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/postgresql-v5-install.sh b/install/postgresql-v5-install.sh index 0fa74a5915..d9dba2ebbf 100644 --- a/install/postgresql-v5-install.sh +++ b/install/postgresql-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/prometheus-v5-install.sh b/install/prometheus-v5-install.sh index 7ee69706fe..85009f9a49 100644 --- a/install/prometheus-v5-install.sh +++ b/install/prometheus-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/prowlarr-v5-install.sh b/install/prowlarr-v5-install.sh index 5e9bf052d4..b4e6a048c3 100644 --- a/install/prowlarr-v5-install.sh +++ b/install/prowlarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/radarr-v5-install.sh b/install/radarr-v5-install.sh index b2829bf838..822edb0f3f 100644 --- a/install/radarr-v5-install.sh +++ b/install/radarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/readarr-v5-install.sh b/install/readarr-v5-install.sh index 66ad0e93eb..bffb5dc69b 100644 --- a/install/readarr-v5-install.sh +++ b/install/readarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/sabnzbd-v5-install.sh b/install/sabnzbd-v5-install.sh index bae07f8ab1..9856ec3ae6 100644 --- a/install/sabnzbd-v5-install.sh +++ b/install/sabnzbd-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/scrypted-v5-install.sh b/install/scrypted-v5-install.sh index e67b5a154b..69805c7f03 100644 --- a/install/scrypted-v5-install.sh +++ b/install/scrypted-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh index c83579f15b..69d1e634a3 100644 --- a/install/shinobi-v5-install.sh +++ b/install/shinobi-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/sonarr-v5-install.sh b/install/sonarr-v5-install.sh index 9eb09159e0..1980b5511e 100644 --- a/install/sonarr-v5-install.sh +++ b/install/sonarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + export DEBIAN_FRONTEND=noninteractive if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } diff --git a/install/syncthing-v5-install.sh b/install/syncthing-v5-install.sh index f362c31eb8..38c001a1d3 100644 --- a/install/syncthing-v5-install.sh +++ b/install/syncthing-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/tdarr-v5-install.sh b/install/tdarr-v5-install.sh index 13bfa0a3f3..35dc88b0c7 100644 --- a/install/tdarr-v5-install.sh +++ b/install/tdarr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/technitiumdns-v5-install.sh b/install/technitiumdns-v5-install.sh index 079875b95b..39c50d1233 100644 --- a/install/technitiumdns-v5-install.sh +++ b/install/technitiumdns-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/transmission-v5-install.sh b/install/transmission-v5-install.sh index 29e86c90b4..f11bbdbfdf 100644 --- a/install/transmission-v5-install.sh +++ b/install/transmission-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/trilium-v5-install.sh b/install/trilium-v5-install.sh index a2fa2f92ec..8a72a790ee 100644 --- a/install/trilium-v5-install.sh +++ b/install/trilium-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/ubuntu-v5-install.sh b/install/ubuntu-v5-install.sh index 0cb3c13521..d7569a6f9b 100644 --- a/install/ubuntu-v5-install.sh +++ b/install/ubuntu-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/umbrel-v5-install.sh b/install/umbrel-v5-install.sh index 2d6cab0605..8bfaaadb67 100644 --- a/install/umbrel-v5-install.sh +++ b/install/umbrel-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/unifi-v5-install.sh b/install/unifi-v5-install.sh index 3b30be60d3..6d9ece1086 100644 --- a/install/unifi-v5-install.sh +++ b/install/unifi-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/uptimekuma-v5-install.sh b/install/uptimekuma-v5-install.sh index eb4debfa11..674bc0258b 100644 --- a/install/uptimekuma-v5-install.sh +++ b/install/uptimekuma-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/vaultwarden-v5-install.sh b/install/vaultwarden-v5-install.sh index 91de64ff2f..b8d5f39ee4 100644 --- a/install/vaultwarden-v5-install.sh +++ b/install/vaultwarden-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/whisparr-v5-install.sh b/install/whisparr-v5-install.sh index 90ff1a8669..b97cd37aa1 100644 --- a/install/whisparr-v5-install.sh +++ b/install/whisparr-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/whoogle-v5-install.sh b/install/whoogle-v5-install.sh index 8b04e690bb..0897cac6df 100644 --- a/install/whoogle-v5-install.sh +++ b/install/whoogle-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/wikijs-v5-install.sh b/install/wikijs-v5-install.sh index 6207a1201d..fb3aecbdd5 100644 --- a/install/wikijs-v5-install.sh +++ b/install/wikijs-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/wireguard-v5-install.sh b/install/wireguard-v5-install.sh index 57a2405e37..b36f310d5c 100644 --- a/install/wireguard-v5-install.sh +++ b/install/wireguard-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh index 784492db23..4598cbd858 100644 --- a/install/yunohost-v5-install.sh +++ b/install/yunohost-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/zigbee2mqtt-v5-install.sh b/install/zigbee2mqtt-v5-install.sh index 1b2294246a..89e08b247b 100644 --- a/install/zigbee2mqtt-v5-install.sh +++ b/install/zigbee2mqtt-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/install/zwave-js-ui-v5-install.sh b/install/zwave-js-ui-v5-install.sh index 0d2e7530af..6118ef0fb3 100644 --- a/install/zwave-js-ui-v5-install.sh +++ b/install/zwave-js-ui-v5-install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi silent() { "$@" > /dev/null 2>&1; } if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi diff --git a/misc/add-tailscale-lxc.sh b/misc/add-tailscale-lxc.sh index 73ee67eea1..52de7c9f88 100644 --- a/misc/add-tailscale-lxc.sh +++ b/misc/add-tailscale-lxc.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ______ _ __ __ diff --git a/misc/bluetooth.sh b/misc/bluetooth.sh index 69ea28e419..c95a18150e 100644 --- a/misc/bluetooth.sh +++ b/misc/bluetooth.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi set -e clear diff --git a/misc/clean-lxcs.sh b/misc/clean-lxcs.sh index 8c35219ad4..bb44576781 100644 --- a/misc/clean-lxcs.sh +++ b/misc/clean-lxcs.sh @@ -1,4 +1,10 @@ -#!/bin/bash +#!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { clear cat <<"EOF" diff --git a/misc/clean.sh b/misc/clean.sh index 8146ff526a..8c604b46a1 100644 --- a/misc/clean.sh +++ b/misc/clean.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info() { clear cat <<"EOF" diff --git a/misc/code-server.sh b/misc/code-server.sh index 03285dcbea..cc32de9722 100644 --- a/misc/code-server.sh +++ b/misc/code-server.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/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 bc0a6b52ba..efb169d1af 100644 --- a/misc/container-restore-from-backup.sh +++ b/misc/container-restore-from-backup.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + clear if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi YW=$(echo "\033[33m") 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 f941047180..0ff1828ea5 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + # Use to copy all data from one Home Assistant LXC to another # run from the Proxmox Shell clear 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 29728e4789..f278911a3d 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi while true; do 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 2442a57698..62f9ed8b34 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. # run from the Proxmox Shell clear 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 ab037fc18c..3a451f1707 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi while true; do 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 28e0997bcb..5244c28420 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi while true; do diff --git a/misc/copy-data/plex-copy-data-plex.sh b/misc/copy-data/plex-copy-data-plex.sh index 399ddcb03e..35e43beac9 100644 --- a/misc/copy-data/plex-copy-data-plex.sh +++ b/misc/copy-data/plex-copy-data-plex.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + # Use to copy all data from one Plex Media Server LXC to another # run from the Proxmox Shell clear 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 d9c1d9dd1e..8db3635974 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 @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/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 clear diff --git a/misc/copy-data/z2m-copy-data-z2m.sh b/misc/copy-data/z2m-copy-data-z2m.sh index 0cdd765165..69a3573a1c 100644 --- a/misc/copy-data/z2m-copy-data-z2m.sh +++ b/misc/copy-data/z2m-copy-data-z2m.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + # Use to copy all data from one Zigbee2MQTT LXC to another # run from the Proxmox Shell clear diff --git a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh index c45ececc05..9f58fc5bc6 100644 --- a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh +++ b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + # Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC # run from the Proxmox Shell clear diff --git a/misc/core-restore-from-backup.sh b/misc/core-restore-from-backup.sh index 6f65801b26..0f41adfc57 100644 --- a/misc/core-restore-from-backup.sh +++ b/misc/core-restore-from-backup.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + clear if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi YW=$(echo "\033[33m") diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index 7f509ba83a..712e0b19f3 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + YW=$(echo "\033[33m") BL=$(echo "\033[36m") RD=$(echo "\033[01;31m") diff --git a/misc/edge-kernel.sh b/misc/edge-kernel.sh index 7214595d61..876f5cabfe 100644 --- a/misc/edge-kernel.sh +++ b/misc/edge-kernel.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 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/edge-kernel.sh)" function header_info { cat <<"EOF" diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index 893c834b5c..02545b48ec 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" _______ __ ____ diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh index 0341c2cd0e..21b641d5ed 100644 --- a/misc/frigate-support.sh +++ b/misc/frigate-support.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + echo -e "\e[1;33m This script will Prepare a LXC Container for Frigate \e[0m" while true; do read -p "Did you replace 106 with your LXC ID? Proceed (y/n)?" yn diff --git a/misc/kernel-clean.sh b/misc/kernel-clean.sh index 824d708ad0..053215af1b 100644 --- a/misc/kernel-clean.sh +++ b/misc/kernel-clean.sh @@ -1,4 +1,10 @@ -#!/usr/bin/env bash -ex +#!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ __ ________ diff --git a/misc/post-pbs-install.sh b/misc/post-pbs-install.sh index 7b29e5f483..2a6ff6f0f6 100644 --- a/misc/post-pbs-install.sh +++ b/misc/post-pbs-install.sh @@ -1,4 +1,10 @@ -#!/usr/bin/env bash -ex +#!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + set -euo pipefail shopt -s inherit_errexit nullglob YW=$(echo "\033[33m") diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh index 2c3031fd8e..0cd732f6f0 100644 --- a/misc/post-pve-install.sh +++ b/misc/post-pve-install.sh @@ -1,4 +1,10 @@ -#!/usr/bin/env bash -ex +#!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ _ _____________ ____ __ ____ __ ____ diff --git a/misc/pyenv.sh b/misc/pyenv.sh index 51120c62bf..5fb41779ff 100644 --- a/misc/pyenv.sh +++ b/misc/pyenv.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + set -e YW=$(echo "\033[33m") RD=$(echo "\033[01;31m") @@ -108,7 +114,13 @@ python3 -m pip install wheel &>/dev/null pip3 install --upgrade pip &>/dev/null pip3 install --pre esphome &>/dev/null cat </srv/esphome/start.sh -#!/bin/bash +#!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + source /srv/esphome/bin/activate esphome dashboard /srv/esphome/ EOF diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index e7eea1d26a..edecd2c484 100644 --- a/misc/scaling-governor.sh +++ b/misc/scaling-governor.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __________ __ __ diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 937dcb5c1f..38031eb2fa 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { clear cat <<"EOF" diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh index b8623d3b26..8274d96b12 100644 --- a/misc/usb-passthrough.sh +++ b/misc/usb-passthrough.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/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 read -p "Did you replace 106 with your LXC ID? Proceed(y/n)?" yn diff --git a/misc/webmin.sh b/misc/webmin.sh index b997df5fa9..0095a911dd 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + YW=$(echo "\033[33m") RD=$(echo "\033[01;31m") BL=$(echo "\033[36m") diff --git a/vm/haos-vm-v5.sh b/vm/haos-vm-v5.sh index ef7970a024..f4e7e4ddcb 100644 --- a/vm/haos-vm-v5.sh +++ b/vm/haos-vm-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ __ ___ _ __ __ ____ _____ diff --git a/vm/mikrotik-routeros-v5.sh b/vm/mikrotik-routeros-v5.sh index 0c13b8dc98..7e0bcddaf2 100644 --- a/vm/mikrotik-routeros-v5.sh +++ b/vm/mikrotik-routeros-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" __ ____ __ __ _ __ ____ __ ____ _____ diff --git a/vm/pimox-haos-vm-v5.sh b/vm/pimox-haos-vm-v5.sh index cebce5e2d4..c116c84a2e 100644 --- a/vm/pimox-haos-vm-v5.sh +++ b/vm/pimox-haos-vm-v5.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# Copyright (c) 2021-2023 tteck +# Author: tteck (tteckster) +# License: MIT +# https://github.com/tteck/Proxmox/raw/main/LICENSE + function header_info { cat <<"EOF" ____ _ __ ___