Update proxmenu-scripts.sh

This commit is contained in:
2026-02-28 21:41:29 -06:00
parent 6578ffee11
commit cff0121170

View File

@@ -254,7 +254,7 @@ if [ ${action-x} ]; then
omsa) INSTALL_OMSA;;
glances) INSTALL_GLANCES;;
acronis) INSTALL_ACRONIS;;
proxmenux) INSTALL_PROXMENUX;;
proxmenux) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;;
screenconnect) INSTALL_SCREENCONNECT;;
cpu) DETECT_CPU;;
*) MAIN_MENU;;