mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-22 04:06:49 +00:00
Update menu
This commit is contained in:
parent
f7f1a2a3b3
commit
2f0e28368d
7
menu
7
menu
@ -75,20 +75,21 @@ check_updates() {
|
||||
if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
|
||||
chmod +x "$INSTALL_SCRIPT"
|
||||
|
||||
bash "$INSTALL_SCRIPT" --update
|
||||
if [[ -x "$INSTALL_SCRIPT" ]]; then
|
||||
"$INSTALL_SCRIPT" --update
|
||||
|
||||
exec menu
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
main_menu() {
|
||||
local MAIN_MENU="$LOCAL_SCRIPTS/menus/main_menu.sh"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user