From b2e02cd0e795df2de03c2a5bed89ea6b65b6a33e Mon Sep 17 00:00:00 2001 From: cod378 Date: Mon, 3 Nov 2025 12:32:19 +0000 Subject: [PATCH] refactor: switch from remote URL to local script execution --- scripts/menus/menu_Helper_Scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index ea72758..764ebda 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -293,7 +293,7 @@ while true; do dialog --clear --title "Proxmox VE Helper-Scripts" \ --msgbox "\n\n$(translate "Visit the website to discover more scripts, stay updated with the latest updates, and support the project:")\n\nhttps://community-scripts.github.io/ProxmoxVE" 15 70 #clear - exec bash <(curl -s "$LOCAL_SCRIPTS/menus/main_menu.sh") + exec bash "$LOCAL_SCRIPTS/menus/main_menu.sh" } if [[ "$SELECTED" == "search" ]]; then