Commit 41e42e6
committed
Fix menu.sh to work offline with local backup
Remove network_ok check in menu.sh to allow running offline.
The run_script function will automatically:
1. Try to download from GitHub (if online)
2. Fall back to local backup (if offline or rate limited)
This allows users to run menu.sh for configuration changes
even when completely offline, as requested in issue #2771.1 parent a0dfb7c commit 41e42e6
File tree
1 file changed
+2
-5
lines changed1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
0 commit comments