From a037cd15af7dd6b83f356c09d120e70cd7ed3a62 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:41:20 +0200 Subject: [PATCH] Update community scripts to use sourced utils --- scripts/menus/menu_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index 0ec661ef..c8f6a26b 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -226,8 +226,8 @@ run_updates_dialog() { declare -a COMMUNITY_SCRIPTS=( - "Proxmox VE Post Install|Helper-Scripts|bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh); msg_success \\\"\$(translate 'Press ENTER to continue...')\\\"; read -r _\"" - "Proxmox VE Microcode|Helper-Scripts|bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/microcode.sh); msg_success \\\"\$(translate 'Press ENTER to continue...')\\\"; read -r _\"" + "Proxmox VE Post Install|Helper-Scripts|bash -c \"source '$UTILS_FILE'; wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh | bash; msg_success \\\"\$(translate 'Press ENTER to continue...')\\\"; read -r _\"" + "Proxmox VE Microcode|Helper-Scripts|bash -c \"source '$UTILS_FILE'; wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/microcode.sh | bash; msg_success \\\"\$(translate 'Press ENTER to continue...')\\\"; read -r _\"" ) # ==========================================================