Update menu

This commit is contained in:
MacRimi
2025-11-14 21:43:38 +01:00
parent 99d2f37cfc
commit 1a55a5394a

2
menu
View File

@@ -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.')"