Update utils.sh

This commit is contained in:
MacRimi 2025-01-28 21:12:00 +01:00 committed by GitHub
parent f7434593c9
commit 6fab4165fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,16 @@
#!/bin/bash #!/bin/bash
# ProxMenu - A menu-driven script for Proxmox VE administration
# Copyright (c) 2024 ProxMenu # ==========================================================
# Author: MacRimi # ProxMenu - A menu-driven script for Proxmox VE management
# License: MIT # ==========================================================
# https://raw.githubusercontent.com/MacRimi/ProxMenux/main/LICENSE # 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 # Repository and directory structure
REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main" REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"