update menu

This commit is contained in:
MacRimi
2025-11-16 10:19:50 +01:00
parent 00782598a4
commit 6934df253f
2 changed files with 3 additions and 1 deletions

View File

@@ -1037,6 +1037,8 @@ install_proxmenux() {
type_text "To run ProxMenux, simply execute this command in the console or terminal:"
echo -e "${YWB} menu${CL}"
echo
# -------
exit 0
}
if [ "$(id -u)" -ne 0 ]; then

2
menu
View File

@@ -82,7 +82,7 @@ check_updates() {
bash "$INSTALL_SCRIPT" --update
exec menu
return 0
fi