From add67ea9ccf5a9350044c4495b43fdaa972266f0 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 7 Mar 2025 19:01:44 +0100 Subject: [PATCH] Update --- scripts/customizable_post_install.sh | 8 ++++++++ scripts/utils.sh | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index ef41854..36d479a 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -26,6 +26,14 @@ # # License: BSD (Berkeley Software Distribution) # +# Additionally, this script incorporates elements from the +# Proxmox VE Post Install script from Proxmox VE Helper-Scripts. +# +# Copyright (c) Proxmox VE Helper-Scripts Community +# Script updates can be found at: https://github.com/community-scripts/ProxmoxVE +# +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# # Key features: # - Configures system memory and kernel settings for better performance. # - Enables IOMMU and VFIO for PCI passthrough and virtualization optimizations. diff --git a/scripts/utils.sh b/scripts/utils.sh index 2796d2c..af9696b 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -22,6 +22,15 @@ # # These utilities ensure a streamlined and uniform user experience # across different ProxMenux scripts. +# +# This script incorporates elements from the +# Proxmox VE Post Install script from Proxmox VE Helper-Scripts. +# +# Copyright (c) Proxmox VE Helper-Scripts Community +# Script updates can be found at: https://github.com/community-scripts/ProxmoxVE +# +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# # ========================================================== # Repository and directory structure