refactor: switch from remote URL to local script execution

This commit is contained in:
cod378
2025-11-03 12:32:19 +00:00
parent b8517a5b3e
commit b2e02cd0e7

View File

@@ -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