mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update menu
This commit is contained in:
7
menu
7
menu
@@ -72,9 +72,6 @@ check_updates() {
|
||||
|
||||
msg_warn "$(translate 'Starting ProxMenux update...')"
|
||||
|
||||
if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
|
||||
chmod +x "$INSTALL_SCRIPT"
|
||||
|
||||
if [[ -x "$INSTALL_SCRIPT" ]]; then
|
||||
"$INSTALL_SCRIPT" --update
|
||||
|
||||
@@ -83,13 +80,13 @@ check_updates() {
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
main_menu() {
|
||||
local MAIN_MENU="$LOCAL_SCRIPTS/menus/main_menu.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user