penguins-eggs 25.9.8 → 25.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/LICENSE +123 -0
  3. package/README.md +33 -31
  4. package/README.pdf +2625 -2497
  5. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  6. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  7. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  8. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  9. package/assets/calamares/install-system.sh +0 -0
  10. package/assets/penguins-eggs.desktop +0 -0
  11. package/assets/penguins-krill.desktop +0 -0
  12. package/assets/penguins-links-add.desktop +0 -0
  13. package/assets/penguins-live-installer.desktop +0 -0
  14. package/bin/dev.js +0 -0
  15. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  16. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  20. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  22. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  23. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  24. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  25. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  26. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  27. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  28. package/conf/init/unattended.sh +0 -0
  29. package/dist/classes/ovary.d/live-create-structure.js +35 -52
  30. package/dist/classes/ovary.d/produce.js +4 -0
  31. package/dist/classes/ovary.d.ts +5 -1
  32. package/dist/classes/ovary.js +4 -1
  33. package/dist/commands/export/pkg.js +1 -1
  34. package/dist/commands/tools/ppa.d.ts +1 -2
  35. package/dist/commands/tools/ppa.js +51 -60
  36. package/eui/eui-autostart-cinnamon.desktop +0 -0
  37. package/eui/eui-autostart-xfce.desktop +0 -0
  38. package/eui/eui-create-image.sh +0 -0
  39. package/eui/eui-start.sh +0 -0
  40. package/package.json +131 -125
  41. package/perrisbrewery/scripts/postinst +0 -0
  42. package/perrisbrewery/scripts/postrm +0 -0
  43. package/perrisbrewery/scripts/preinst +0 -0
  44. package/perrisbrewery/scripts/prerm +0 -0
  45. package/pods/almalinux.sh +0 -0
  46. package/pods/archlinux.sh +0 -0
  47. package/pods/ci/kernel-overlay-install.sh +0 -0
  48. package/pods/ci/minimal/almalinux-container2host.sh +0 -0
  49. package/pods/ci/minimal/archlinux-container2host.sh +0 -0
  50. package/pods/ci/minimal/debian-container2host.sh +0 -0
  51. package/pods/ci/minimal/fedora-container2host.sh +0 -0
  52. package/pods/ci/minimal/manjaro-container2host.sh +0 -0
  53. package/pods/ci/minimal/opensuse-container2host.sh +0 -0
  54. package/pods/ci/penguins-eggs-execute.sh +0 -0
  55. package/pods/ci/penguins-eggs-install.sh +0 -0
  56. package/pods/ci/run +0 -0
  57. package/pods/ci/run-on-almalinux.sh +0 -0
  58. package/pods/ci/run-on-archlinux.sh +0 -0
  59. package/pods/ci/run-on-debian.sh +0 -0
  60. package/pods/ci/run-on-devuan.sh +0 -0
  61. package/pods/ci/run-on-fedora.sh +0 -0
  62. package/pods/ci/run-on-manjaro.sh +0 -0
  63. package/pods/ci/run-on-opensuse.sh +0 -0
  64. package/pods/ci/run-on-rockylinux.sh +0 -0
  65. package/pods/ci/run-on-ubuntu.sh +0 -0
  66. package/pods/debian.sh +0 -0
  67. package/pods/devuan.sh +0 -0
  68. package/pods/fedora.sh +0 -0
  69. package/pods/lmde.sh +0 -0
  70. package/pods/manjaro.sh +0 -0
  71. package/pods/opensuse.sh +0 -0
  72. package/pods/podman.command.sh +0 -0
  73. package/pods/rocky.sh +0 -0
  74. package/pods/run-build-packages-debs.sh +0 -0
  75. package/pods/run-create-debs.sh +0 -0
  76. package/pods/ubuntu.sh +0 -0
  77. package/scripts/99clean +0 -0
  78. package/scripts/adapt.sh +0 -0
  79. package/scripts/bros/waydroid-helper.sh +0 -0
  80. package/scripts/lsb_release +0 -0
  81. package/scripts/mom.sh +0 -0
  82. package/scripts/pve-live.service +0 -0
  83. package/scripts/pve-live.sh +0 -0
  84. package/scripts/resy +0 -0
  85. package/dist/penguins-eggs_25.9.8-1_amd64.deb +0 -0
  86. package/dist/penguins-eggs_25.9.8-1_amd64.deb.sha256 +0 -1
  87. package/dist/penguins-eggs_25.9.8-1_arm64.deb +0 -0
  88. package/dist/penguins-eggs_25.9.8-1_arm64.deb.sha256 +0 -1
  89. package/dist/penguins-eggs_25.9.8-1_i386.deb +0 -0
  90. package/dist/penguins-eggs_25.9.8-1_i386.deb.sha256 +0 -1
  91. package/perrisbrewery/template/dependencies-bionic.yaml +0 -37
@@ -1621,5 +1621,5 @@
1621
1621
  ]
1622
1622
  }
1623
1623
  },
1624
- "version": "25.9.8"
1624
+ "version": "25.9.14"
1625
1625
  }
package/LICENSE ADDED
@@ -0,0 +1,123 @@
1
+ Penguins-Eggs is dual-licensed. You may choose to use this software under the
2
+ terms of either the MIT License or the GNU General Public License, Version 2.
3
+
4
+ Copyright (c) 2017, 2025 Piero Proietti
5
+
6
+ The full text of both licenses is included below.
7
+
8
+ ================================================================================
9
+
10
+ --- The MIT License ---
11
+
12
+ Copyright (c) 2017, 2025 Piero Proietti
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in all
22
+ copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
31
+
32
+ ================================================================================
33
+
34
+ --- GNU GENERAL PUBLIC LICENSE Version 2 ---
35
+
36
+ GNU GENERAL PUBLIC LICENSE
37
+ Version 2, June 1991
38
+
39
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
40
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
41
+
42
+ Everyone is permitted to copy and distribute verbatim copies
43
+ of this license document, but changing it is not allowed.
44
+
45
+ Preamble
46
+
47
+ The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
48
+
49
+ When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
50
+
51
+ To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
52
+
53
+ For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
54
+
55
+ We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
56
+
57
+ Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
58
+
59
+ Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
60
+
61
+ The precise terms and conditions for copying, distribution and modification follow.
62
+
63
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
64
+
65
+ This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
66
+
67
+ Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
68
+
69
+ You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
70
+
71
+ You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
72
+
73
+ You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
74
+
75
+ a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
76
+ b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
77
+ c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
78
+
79
+ These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
80
+
81
+ Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
82
+
83
+ In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
84
+
85
+ You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
86
+
87
+ a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
88
+ b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
89
+ c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
90
+
91
+ The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
92
+
93
+ If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
94
+
95
+ You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
96
+
97
+ You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
98
+
99
+ Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
100
+
101
+ If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
102
+
103
+ If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
104
+
105
+ It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
106
+
107
+ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
108
+
109
+ If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
110
+
111
+ The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
112
+
113
+ Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
114
+
115
+ If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
116
+
117
+ NO WARRANTY
118
+
119
+ BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
120
+
121
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
122
+
123
+ END OF TERMS AND CONDITIONS
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![sourceforge](https://img.shields.io/badge/sourceforge-all-blue)](https://sourceforge.net/projects/penguins-eggs/files/)
9
9
  [![ver](https://img.shields.io/npm/v/penguins-eggs.svg)](https://npmjs.org/package/penguins-eggs)
10
10
 
11
- <a href="https://drive.google.com/drive/folders/19M7fDEebPZjEY4yHD79zSMWFndCPishN">
11
+ <a href="https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY">
12
12
  <img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/penguins-eggs-300x300.png" width="280" height="300" alt="CD-ROM">
13
13
  </a>
14
14
 
@@ -58,6 +58,8 @@ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu,
58
58
 
59
59
  # Installation
60
60
 
61
+ **Try the new repos** for [Debian/Devuan/Ubuntu](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-DEBIAN-DEVUAN-UBUNTU.md)[Fedora](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-FEDORA.md), [Enterprise linux](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-ENTERPRISE-LINUX.md) and [OpenSUSE](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-OPENSUSE.md).
62
+
61
63
  ## penguins-eggs-25.7.x installation
62
64
  `penguins-eggs-25.7.x` depends on `nodejs >18`, which is not directly available on all distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) for adding them.
63
65
 
@@ -536,7 +538,7 @@ EXAMPLES
536
538
  $ eggs adapt
537
539
  ```
538
540
 
539
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/adapt.ts)_
541
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/adapt.ts)_
540
542
 
541
543
  ## `eggs analyze`
542
544
 
@@ -557,7 +559,7 @@ EXAMPLES
557
559
  sudo eggs analyze
558
560
  ```
559
561
 
560
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/analyze.ts)_
562
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/analyze.ts)_
561
563
 
562
564
  ## `eggs autocomplete [SHELL]`
563
565
 
@@ -621,7 +623,7 @@ EXAMPLES
621
623
  sudo eggs calamares --remove
622
624
  ```
623
625
 
624
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/calamares.ts)_
626
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/calamares.ts)_
625
627
 
626
628
  ## `eggs config`
627
629
 
@@ -648,7 +650,7 @@ EXAMPLES
648
650
  sudo eggs config --clean --nointeractive
649
651
  ```
650
652
 
651
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/config.ts)_
653
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/config.ts)_
652
654
 
653
655
  ## `eggs cuckoo`
654
656
 
@@ -669,7 +671,7 @@ EXAMPLES
669
671
  sudo eggs cuckoo
670
672
  ```
671
673
 
672
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/cuckoo.ts)_
674
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/cuckoo.ts)_
673
675
 
674
676
  ## `eggs dad`
675
677
 
@@ -698,7 +700,7 @@ EXAMPLES
698
700
  sudo dad --default
699
701
  ```
700
702
 
701
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/dad.ts)_
703
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/dad.ts)_
702
704
 
703
705
  ## `eggs export iso`
704
706
 
@@ -723,7 +725,7 @@ EXAMPLES
723
725
  $ eggs export iso --clean
724
726
  ```
725
727
 
726
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/iso.ts)_
728
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/export/iso.ts)_
727
729
 
728
730
  ## `eggs export pkg`
729
731
 
@@ -750,7 +752,7 @@ EXAMPLES
750
752
  $ eggs export pkg --all
751
753
  ```
752
754
 
753
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/pkg.ts)_
755
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/export/pkg.ts)_
754
756
 
755
757
  ## `eggs export tarballs`
756
758
 
@@ -774,7 +776,7 @@ EXAMPLES
774
776
  $ eggs export tarballs --clean
775
777
  ```
776
778
 
777
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/tarballs.ts)_
779
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/export/tarballs.ts)_
778
780
 
779
781
  ## `eggs help [COMMAND]`
780
782
 
@@ -794,7 +796,7 @@ DESCRIPTION
794
796
  Display help for eggs.
795
797
  ```
796
798
 
797
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.32/src/commands/help.ts)_
799
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/src/commands/help.ts)_
798
800
 
799
801
  ## `eggs install`
800
802
 
@@ -836,7 +838,7 @@ EXAMPLES
836
838
  sudo eggs install --chroot
837
839
  ```
838
840
 
839
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/install.ts)_
841
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/install.ts)_
840
842
 
841
843
  ## `eggs kill`
842
844
 
@@ -859,7 +861,7 @@ EXAMPLES
859
861
  sudo eggs kill
860
862
  ```
861
863
 
862
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/kill.ts)_
864
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/kill.ts)_
863
865
 
864
866
  ## `eggs krill`
865
867
 
@@ -921,7 +923,7 @@ EXAMPLES
921
923
  $ eggs auto
922
924
  ```
923
925
 
924
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/love.ts)_
926
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/love.ts)_
925
927
 
926
928
  ## `eggs mom`
927
929
 
@@ -941,7 +943,7 @@ EXAMPLES
941
943
  $ eggs mom
942
944
  ```
943
945
 
944
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/mom.ts)_
946
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/mom.ts)_
945
947
 
946
948
  ## `eggs pods [DISTRO]`
947
949
 
@@ -968,7 +970,7 @@ EXAMPLES
968
970
  $ eggs pods ubuntu
969
971
  ```
970
972
 
971
- _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/pods.ts)_
973
+ _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/pods.ts)_
972
974
 
973
975
  ## `eggs produce`
974
976
 
@@ -1029,7 +1031,7 @@ EXAMPLES
1029
1031
  sudo eggs produce --excludes home # exclude ~/*
1030
1032
  ```
1031
1033
 
1032
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/produce.ts)_
1034
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/produce.ts)_
1033
1035
 
1034
1036
  ## `eggs status`
1035
1037
 
@@ -1050,7 +1052,7 @@ EXAMPLES
1050
1052
  $ eggs status
1051
1053
  ```
1052
1054
 
1053
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/status.ts)_
1055
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/status.ts)_
1054
1056
 
1055
1057
  ## `eggs syncfrom`
1056
1058
 
@@ -1076,7 +1078,7 @@ EXAMPLES
1076
1078
  sudo eggs syncfrom --file /path/to/luks-volume
1077
1079
  ```
1078
1080
 
1079
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncfrom.ts)_
1081
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/syncfrom.ts)_
1080
1082
 
1081
1083
  ## `eggs syncto`
1082
1084
 
@@ -1103,7 +1105,7 @@ EXAMPLES
1103
1105
  sudo eggs syncto --excludes
1104
1106
  ```
1105
1107
 
1106
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncto.ts)_
1108
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/syncto.ts)_
1107
1109
 
1108
1110
  ## `eggs tools clean`
1109
1111
 
@@ -1125,7 +1127,7 @@ EXAMPLES
1125
1127
  sudo eggs tools clean
1126
1128
  ```
1127
1129
 
1128
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/clean.ts)_
1130
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/tools/clean.ts)_
1129
1131
 
1130
1132
  ## `eggs tools ppa`
1131
1133
 
@@ -1151,7 +1153,7 @@ EXAMPLES
1151
1153
  sudo eggs tools ppa --remove
1152
1154
  ```
1153
1155
 
1154
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/ppa.ts)_
1156
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/tools/ppa.ts)_
1155
1157
 
1156
1158
  ## `eggs tools skel`
1157
1159
 
@@ -1175,7 +1177,7 @@ EXAMPLES
1175
1177
  sudo eggs tools skel --user user-to-be-copied
1176
1178
  ```
1177
1179
 
1178
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/skel.ts)_
1180
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/tools/skel.ts)_
1179
1181
 
1180
1182
  ## `eggs tools stat`
1181
1183
 
@@ -1201,7 +1203,7 @@ EXAMPLES
1201
1203
  $ eggs tools stat --year
1202
1204
  ```
1203
1205
 
1204
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/stat.ts)_
1206
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/tools/stat.ts)_
1205
1207
 
1206
1208
  ## `eggs tools yolk`
1207
1209
 
@@ -1222,7 +1224,7 @@ EXAMPLES
1222
1224
  sudo eggs tools yolk
1223
1225
  ```
1224
1226
 
1225
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/yolk.ts)_
1227
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/tools/yolk.ts)_
1226
1228
 
1227
1229
  ## `eggs update`
1228
1230
 
@@ -1243,7 +1245,7 @@ EXAMPLES
1243
1245
  $ eggs update
1244
1246
  ```
1245
1247
 
1246
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/update.ts)_
1248
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/update.ts)_
1247
1249
 
1248
1250
  ## `eggs version`
1249
1251
 
@@ -1263,7 +1265,7 @@ FLAG DESCRIPTIONS
1263
1265
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
1264
1266
  ```
1265
1267
 
1266
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.32/src/commands/version.ts)_
1268
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.33/src/commands/version.ts)_
1267
1269
 
1268
1270
  ## `eggs wardrobe get [REPO]`
1269
1271
 
@@ -1289,7 +1291,7 @@ EXAMPLES
1289
1291
  $ eggs wardrobe get your-wardrobe
1290
1292
  ```
1291
1293
 
1292
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/get.ts)_
1294
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/wardrobe/get.ts)_
1293
1295
 
1294
1296
  ## `eggs wardrobe list [REPO]`
1295
1297
 
@@ -1318,7 +1320,7 @@ EXAMPLES
1318
1320
  $ eggs wardrobe list --distro arch
1319
1321
  ```
1320
1322
 
1321
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/list.ts)_
1323
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/wardrobe/list.ts)_
1322
1324
 
1323
1325
  ## `eggs wardrobe show [REPO]`
1324
1326
 
@@ -1348,7 +1350,7 @@ EXAMPLES
1348
1350
  $ eggs wardrobe show accessories/
1349
1351
  ```
1350
1352
 
1351
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/show.ts)_
1353
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/wardrobe/show.ts)_
1352
1354
 
1353
1355
  ## `eggs wardrobe wear [REPO]`
1354
1356
 
@@ -1379,7 +1381,7 @@ EXAMPLES
1379
1381
  sudo eggs wardrobe wear wagtail/waydroid
1380
1382
  ```
1381
1383
 
1382
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/wear.ts)_
1384
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.14/src/commands/wardrobe/wear.ts)_
1383
1385
  <!-- commandsstop -->
1384
1386
 
1385
1387
  # GUI