Commit Graph
7 Commits
Author SHA1 Message Date
nested-universe 8632dd9cb1 Change shebang to use env for bash 2026-01-03 09:26:50 +08:00
nested-universe e57ae68396 Fix installation alias selection 2026-01-03 09:21:57 +08:00
nested-universe ea2a56f871 Continue replace self-invoked with a while true loop
- Use CASE statements instead of if-elif statements.
- Replace self-invoked with a while true loop.
- Wrap the inner function outside the parent function to prevent duplicate declarations caused by the while true loop.
2026-01-01 14:45:37 +08:00
nested-universe e655259d14 Continue replace self-invoked with a while true loop
- replace self-invoked with a while true loop。
- Wrap the inner function outside the parent function to prevent duplicate declarations caused by the while true loop.
2025-12-31 20:45:59 +08:00
nested-universe aedcfa7403 Add Module Load Guard
Prevents redundant script loading by using a conditional flag to ensure the module is initialized only once.
2025-12-31 14:30:33 +08:00
nested-universe 258267436b Restore source script operation logic 2025-12-31 12:33:05 +08:00
nested-universe c7d5506b38 Improve upgrade function
Replace self-invoking functions with a while-true loop.

Change the menu return logic.
2025-12-31 12:06:11 +08:00