mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update menu
This commit is contained in:
2
menu
2
menu
@@ -77,7 +77,7 @@ check_updates() {
|
|||||||
|
|
||||||
if curl "${CURL_OPTS[@]}" "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
|
if curl "${CURL_OPTS[@]}" "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
|
||||||
chmod +x "$INSTALL_SCRIPT"
|
chmod +x "$INSTALL_SCRIPT"
|
||||||
# Aquí sigues usando source, como tenías
|
|
||||||
source "$INSTALL_SCRIPT"
|
source "$INSTALL_SCRIPT"
|
||||||
else
|
else
|
||||||
msg_warn "$(translate 'Unable to download the installer. Please try again later.')"
|
msg_warn "$(translate 'Unable to download the installer. Please try again later.')"
|
||||||
|
|||||||
Reference in New Issue
Block a user