@@ -16,25 +16,26 @@ set fg_cya ${esc:string}[36m
1616set fg_whi ${esc:string}[37m
1717
1818:netabout
19- menu ${fg_cya}${bold}About netboot.xyz (Version: ${version})
20- item exit ${bold}Exit back to main menu...${boldoff}
21- item --gap -- ${fg_whi}${bold}--Thanks------------------------------------------------------------------
22- item about ${fg_gre}${bold}Thanks for your support and let us know how we can improve!
23- item --gap -- ${fg_whi}${bold}--X-----------------------------------------------------------------------
24- item about ${fg_cya}${bold}Follow us on X: ${fg_whi}${bold}@netbootxyz
25- item --gap -- ${fg_whi}${bold}--Discord-----------------------------------------------------------------
26- item about ${fg_mag}${bold}Join us on Discord: ${fg_whi}${bold}https://discord.gg/An6PA2a
27- item --gap -- ${fg_whi}${bold}--Sponsorship-------------------------------------------------------------
28- item about ${fg_gre}${bold}Open Collective: ${fg_whi}${bold}https://opencollective.com/netbootxyz
29- item about ${fg_gre}${bold}Github Sponsors: ${fg_whi}${bold}https://github.com/sponsors/netbootxyz
30- item --gap -- ${fg_whi}${bold}--Merch-------------------------------------------------------------------
31- item about ${fg_gre}${bold}netboot.xyz store: ${fg_whi}${bold}https://store.netboot.xyz
32- item --gap -- ${fg_whi}${bold}-----------------------------------------------------------------
19+ menu ${fg_cya}${bold}About netboot.xyz ${fg_whi}(v${version})
20+ item about
21+ item about ${fg_gre}${bold}Thanks for using netboot.xyz! We'd love to hear your feedback.
22+ item about
23+ item --gap -- ${fg_whi}${bold}--- Community --------------------------------------------------------------
24+ item about ${fg_cya}${bold}X (Twitter): ${fg_whi}${boldoff}@netbootxyz
25+ item about ${fg_mag}${bold}Discord: ${fg_whi}${boldoff}https://discord.gg/An6PA2a
26+ item about ${fg_cya}${bold}GitHub Repo: ${fg_whi}${boldoff}https://github.com/netbootxyz/netboot.xyz
27+ item about
28+ item --gap -- ${fg_whi}${bold}--- Support the Project ----------------------------------------------------
29+ item about ${fg_gre}${bold}Open Collective: ${fg_whi}${boldoff}https://opencollective.com/netbootxyz
30+ item about ${fg_gre}${bold}Github Sponsors: ${fg_whi}${boldoff}https://github.com/sponsors/netbootxyz
31+ item about ${fg_yel}${bold}Official Store: ${fg_whi}${boldoff}https://store.netboot.xyz
3332isset ${upstream_version} && goto display_version || goto skip_version
3433:display_version
35- iseq ${version} ${upstream_version} || item --gap -- ${fg_gre}${bold}Latest netboot.xyz version available: ${fg_whi}${bold}${upstream_version}
36- item --gap -- ${fg_whi }${bold}-----------------------------------------------------------------
34+ item about
35+ iseq ${version} ${upstream_version} || item about ${fg_yel }${bold}>>> Update available: ${fg_whi}${boldoff}${upstream_version}
3736:skip_version
37+ item --gap -- ${fg_whi}${bold}-------------------------------------------------------------------------------
38+ item exit ${fg_cya}${bold}<-- Back to main menu
3839choose selected || goto exit
3940goto ${selected}
4041
0 commit comments