From 6fab4165fe6737cbbb236e0513634faeff95a0d1 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:12:00 +0100 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index 6c3c9e2..6d519a8 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -1,10 +1,16 @@ #!/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 + +# ========================================================== +# ProxMenu - A menu-driven script for Proxmox VE management +# ========================================================== +# Author : MacRimi +# Copyright : (c) 2024 MacRimi +# License : MIT (https://raw.githubusercontent.com/MacRimi/ProxMenux/main/LICENSE) +# Version : 1.0 +# Last Updated: 28/01/2025 +# ========================================================== + # Repository and directory structure REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"