From c7cc9f4e94007866eb21aeb211365a3e200fde2f Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:27:03 +0100 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/utils.sh b/scripts/utils.sh index 541b798..c32da08 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -1,5 +1,11 @@ #!/bin/bash +# ProxMenu - A menu-driven script for Proxmox VE administration +# Copyright (c) 2024 ProxMenu +# Author: MacRimi +# License: MIT +# https://raw.githubusercontent.com/MacRimi/ProxMenux/main/LICENSE + # Repository and directory structure REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main" INSTALL_DIR="/usr/local/bin"