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