From 1a55a5394aa626f0706cc2bec5167d147146c89c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 14 Nov 2025 21:43:38 +0100 Subject: [PATCH] Update menu --- menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu b/menu index 11862eb..dcb0a0e 100644 --- a/menu +++ b/menu @@ -77,7 +77,7 @@ check_updates() { if curl "${CURL_OPTS[@]}" "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then chmod +x "$INSTALL_SCRIPT" - # Aquí sigues usando source, como tenías + source "$INSTALL_SCRIPT" else msg_warn "$(translate 'Unable to download the installer. Please try again later.')"