penguins-eggs 10.0.10 → 10.0.15

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.
package/README.md CHANGED
@@ -15,6 +15,7 @@ penguins-eggs
15
15
  # Index
16
16
  <!-- toc -->
17
17
  * [Index](#index)
18
+ * [Installation](#installation)
18
19
  * [Introduction](#introduction)
19
20
  * [Technology](#technology)
20
21
  * [Features](#features)
@@ -27,61 +28,90 @@ penguins-eggs
27
28
  <!-- tocstop -->
28
29
 
29
30
  ## Links
30
- * [Changelog](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md)
31
- * [penguins' eggs user guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
31
+ * [Blog](https://penguins-eggs.net/blog)
32
32
  * [Cook eggs in 5 minutes!](https://penguins-eggs.net/docs/Tutorial/eggs5)
33
+ * [Users guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
33
34
  * [Wardrobe users' guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide)
34
- * [Blog](https://penguins-eggs.net/blog)
35
+ * [FAQ](https://penguins-eggs.net/docs/faq)
36
+ * [Changelog](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md#changelog)
35
37
 
36
- # Introduction
38
+ # Installation
39
+
40
+ ## penguins-eggs-10.0.x installation
41
+ `penguins-eggs-10.0.x` depend on `nodejs >18`, not directly available in all the distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) adding them.
37
42
 
38
- ## penguins-eggs-10.0.x versions installation
39
- `penguins-eggs-10.0.x` depend on `nodejs >18`, not directly available in all the distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) just adding them.
43
+ ### using get-eggs
44
+ It's the most pratical way and is valid for Arch, Debian, Devuan and Ubuntu. get-eggs configure automatically `nodesource` when need. Copy and paste:
45
+ ```
46
+ git clone https://github.com/pieroproietti/get-eggs
47
+ cd get-eggs
48
+ sudo ./get-eggs.sh
49
+ ```
50
+ ### manual installation
40
51
 
41
- ### Arch, Manjaro, Debian 12 bookworm, Ubuntu 24.04
42
- Just install penguins-eggs-10.0.x.
52
+ #### Arch, Manjaro, Debian 12 bookworm, Ubuntu 24.04
53
+ Just download and install penguins-eggs-10.0.x.
43
54
 
44
- ### Debian 10 buster, Debian 11 bullseye, Ubuntu 20.04, Ubuntu 22.04
55
+ #### Debian 10 buster, Debian 11 bullseye, Ubuntu 20.04, Ubuntu 22.04
45
56
  Before to install `penguins-eggs-10.x` add the repos from `nodesource`, follow this [indications](https://github.com/pieroproietti/penguins-eggs/issues/368) to get `nodejs>18` available.
46
57
 
47
- ### Debian 9 stretch, Ubuntu 18.04 bionic
58
+ #### Debian 9 stretch, Ubuntu 18.04 bionic
48
59
  Use the package `penguins-eggs-10.x.x-bionic-x` - compilated against node16 - and follow this [indications](https://github.com/pieroproietti/penguins-eggs/issues/368#issuecomment-2169961955) to get `nodejs>16` available.
49
60
 
61
+ # Introduction
62
+
63
+ `penguins-eggs` is the package name of `eggs` a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on USB sticks or via PXE.
64
+
65
+ The concept behind Penguins’ Eggs stems from the idea of “reproduction” and “population selection” applied to operating systems. During the era of popular remastering programs like Remastersys and Systemback, both of which experienced maintenance issues and were eventually abandoned, the need for a new, modern tool became evident.
66
+
67
+ The inspiration for Penguins’ Eggs led to the development of a new tool written in a modern, cross-distribution language, utilizing its own packaging system.
68
+
69
+ Initially built with javascript and then switched to Typescript as the main development language, the design of the tool resembles an egg production process, consisting of operations such as produce to create the eggs and hatch to install them (I changed a bit later: from hatch to install, then to krill as a tribute to calamares tribes).
70
+
71
+ Other commands follow: like `kill` for removing produced ISOs, `calamares` for configuring the graphical installer, `mom` as interactive help, `dad` to configure eggs, `status`, `tools`, etc.
72
+
73
+ Considered a work-in-progress, the ultimate goal of Penguins' Eggs is to allow the creation of live ISOs from an installed system and their use for system installations. It can be used both to create images on USB devices - even [Ventoy](https://www.ventoy.net/en/index.html) - and as a PXE server to distribute the image itself over a local network. Inspired by the behavior of the cuckoo bird, which depends on others to hatch its eggs.
74
+
75
+ Written primarily in TypeScript, Penguins’ Eggs is designed to be compatible with various Linux distributions, despite differences in package managers, file paths, and more.
50
76
 
51
- penguins-eggs is a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on USB sticks or via PXE. The concept behind Penguins’ Eggs stems from the idea of “reproduction” and “population selection” applied to operating systems. During the era of popular remastering programs like Remastersys and Systemback, both of which experienced maintenance issues and were eventually abandoned, the need for a new, modern tool became evident. The inspiration for Penguins’ Eggs led to the development of a new tool written in a modern, cross-distribution language, utilizing its own packaging system. Initially built with node.js and later transitioning to Typescript as the primary development language, the tool’s design resembles an egg production process, consisting of operations such as “produce” for creating the eggs, “hatch” for installation, and other commands like “kill” for removing produced ISOs, “update” for software updates, and “install” for configuring the graphical installer.
77
+ The tool currently supports Debian, Devuan, Ubuntu, Arch, Manjaro, and their derivatives, across multiple architectures including amd64, i386, and arm64.
52
78
 
53
- > Considered a work-in-progress, the ultimate goal for Penguins’ Eggs is to implement a PXE server for local network distribution, drawing inspiration from the behavior of the cuckoo bird, which relies on others to hatch its eggs. Written primarily in TypeScript, Penguins’ Eggs is designed to be compatible with various Linux distributions, despite differences in package managers, file paths, and more. The tool currently supports Debian, Devuan, Ubuntu, Arch, Manjaro, and their derivatives, across multiple architectures including amd64, i386, and arm64. With the release of version 9.6.x, Penguins’ Eggs is now available as a Debian package, catering to a wide range of systems including PCs, older machines, and single-board ARM systems like the Raspberry Pi, across amd64, i386, and arm64 architectures. For more information and updates, visit the Penguins’ Eggs official website.
79
+ From the release of version 9.6.x, Penguins’ Eggs is available as a [Debian package](https://sourceforge.net/projects/penguins-eggs/files/DEBS/), then was extended to Arch Linux creating the relative [PKGBUILD](https://aur.archlinux.org/packages/penguins-eggs).
80
+
81
+ So, catering to a wide range of systems including PCs, older machines, and single-board ARM systems like the Raspberry Pi, across amd64, i386, and arm64 architectures.
82
+
83
+ For more information and updates, visit the [Penguins’ Eggs official website](https://penguins-eggs.net).
54
84
 
55
85
 
56
86
  > [!TIP]
57
- > "Penguins-eggs" is an actively developed console tool designed to help you customize and distribute your system as live images on USB sticks or through PXE. By using this tool, you can remaster your system according to your preferences.
87
+ > `eggs` is an actively developed console tool designed to help you customize and distribute your system as live images on USB sticks or through PXE. By using this tool, you can remaster your system according to your preferences.
58
88
 
59
89
  > [!TIP]
60
- > By default, "penguins-eggs" completely removes the system's data and users. However, it also offers the option to remaster the system while including the data and accounts of existing users. This can be done using the "--clone" flag. Additionally, you can preserve the users and files by storing them in an encrypted LUKS file within the resulting ISO file, which can be achieved with the "--cryptedclone" flag.
90
+ > By default, `eggs` completely removes the system's data and users. However, it also offers the option to remaster the system while including the data and accounts of existing users. This can be done using the `--clone` flag. Additionally, you can preserve the users and files by storing them in an encrypted LUKS file within the resulting ISO file, which can be achieved with the `--cryptedclone` flag.
61
91
 
62
92
  > [!TIP]
63
- > The resulting live system can be easily installed using either the Calamares installer or the internal TUI Krill installer. Furthermore, if you prefer an unattended installation, you can utilize the "--unattended" flag.
93
+ > The resulting live system can be easily installed using either the calamares installer or the internal TUI krill installer. Furthermore, using `krill`, you can easily get an unattended installation, utilizing `--unattended` and various [krill](#eggs-krill) flags.
64
94
 
65
95
  > [!TIP]
66
- > One interesting feature of "penguins-eggs" is its integration with the "penguins-wardrobe." This allows you to create or utilize scripts to switch between different configurations. For example, you can start with a bare version of the system, featuring only a command-line interface (CLI), and then easily transition to a full graphical user interface (GUI) or server configurations.
96
+ > One interesting feature of `eggs` is its integration with the `penguins-wardrobe` This allows you to create or utilize scripts to switch between different configurations. For example, you can start with a bare version of the system, featuring only a command-line interface (CLI), and then easily transition to a full graphical user interface (GUI) or server configurations.
67
97
 
68
98
  > [!NOTE]
69
- > For more information and customization options, you can explore "penguins-wardrobe," a related project. You can fork it and adapt it to meet your specific needs.
99
+ > For more information and customization options, you can explore `penguins-wardrobe`. a related project. You can fork it and adapt it to meet your specific needs.
70
100
 
71
101
  See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), fork it, and adapt it to your needs.
72
102
 
73
103
  # Technology
74
- "eggs" is primarily written in TypeScript and is designed to be compatible with various Linux distributions. While there may be differences in package managers, paths, and other aspects, the underlying programs used to build the live system are generally the same.
104
+ `eggs` is primarily written in TypeScript and is designed to be compatible with various Linux distributions. While there may be differences in package managers, paths, and other aspects, the underlying programs used to build the live system are generally the same.
75
105
 
76
- Currently, "eggs" supports several Linux distributions, including [Debian](https://www.debian.org/), [Devuan](https://www.devuan.org/), [Ubuntu](https://ubuntu.com/), [Arch](https://archlinux.org/), [Manjaro](https://manjaro.org/) and [derivatives](./conf/derivatives.yaml).
106
+ Currently, `eggs` supports several Linux distributions, including [Debian](https://www.debian.org/), [Devuan](https://www.devuan.org/), [Ubuntu](https://ubuntu.com/), [Arch](https://archlinux.org/), [Manjaro](https://manjaro.org/) and [derivatives](./conf/derivatives.yaml).
77
107
 
78
108
  It also caters to different architectures, namely `amd64`, `i386`, and `arm64`.
79
109
 
80
- Starting from version 9.6.x, "Penguins' eggs" is released as a Debian package, available for amd64, i386, and arm64 architectures. This allows it to support a wide range of PCs, including older machines, as well as single-board ARM systems like the Raspberry Pi. You can learn more about this release in the article titled Triple Somersault! [Triple somersault!](https://penguins-eggs.net/blog/triple-somersault).
110
+ Starting from version 9.6.x, `penguins-eggs` is released as a Debian package, available for amd64, i386, and arm64 architectures. This allows it to support a wide range of PCs, including older machines, as well as single-board ARM systems like the Raspberry Pi. You can learn more about this release in the article titled Triple Somersault! [Triple somersault!](https://penguins-eggs.net/blog/triple-somersault).
81
111
 
82
112
  For more information on the supported distributions and architectures, you can visit the blog [blog](https://penguins-eggs.net/blog/distros-that-can-be-remastered-with-eggs).
83
113
 
84
- Additionally, you can find examples of remastered ISO images created with "eggs" on the project's SourceForge page [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/ISOS/).
114
+ Additionally, you can find examples of remastered ISO images created with `eggs` on the project's SourceForge page [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/ISOS/).
85
115
 
86
116
 
87
117
  # Features
@@ -125,9 +155,9 @@ Supports: i386, amd64 and arm64 architecture, from old PCs, and common PCs to si
125
155
 
126
156
 
127
157
  ## Wardrobe, Themes, and Addons
128
- In April 2022, the "wardrobe" feature was introduced to "eggs." This addition serves as a comprehensive tool to assist and streamline the process of creating a customized version of Linux, starting from a command-line interface (CLI) system. I have embraced wardrobe for all my editions to enhance convenience, enabling me to better organize, consolidate, and manage my work effectively.
158
+ In April 2022, the `wardrobe` command was introduced to `eggs`. This addition serves as a comprehensive tool to assist and streamline the process of creating a customized version of Linux, starting from a command-line interface (CLI) system. I have embraced wardrobe for all my editions to enhance convenience, enabling me to better organize, consolidate, and manage my work effectively.
129
159
  To add a unique touch to my customizations, I have assigned bird names to each edition. Except for the "naked" edition, there are various options available, including "Colibri," "eagle," "duck," "owl," and "chicks" under the bookworm and plastilinux distributions. [bookworm](https://sourceforge.net/projects/penguins-eggs/files/ISOS/debian/bookworm/) and [plastilinux](https://sourceforge.net/projects/penguins-eggs/files/ISOS/plastilinux/),.Furthermore, under Waydroid on the eggs' SourceForge page, you can find "wagtail" and "warbier."
130
- I have high hopes that people will take an interest in wardrobe and consider forking the main repository to incorporate their own customizations. By collaborating, we can achieve significant progress that would be challenging for a single developer to accomplish. If you would like to delve deeper into the wardrobe, I recommend reading the Penguins' eggs blog [Penguins' eggs blog](https://penguins-eggs.net/blog/wardrobe-colibri-duck-eagle-and-owl/). post titled Wardrobe: Colibri, Duck, Eagle, and Owl, which provides further insights into its features and benefits.
160
+ I have high hopes that people will take an interest in wardrobe and consider forking the main repository to incorporate their own customizations. By collaborating, we can achieve significant progress that would be challenging for a single developer to accomplish. If you would like to delve deeper into the wardrobe, I recommend reading the [Penguins' eggs blog](https://penguins-eggs.net/blog/wardrobe-colibri-duck-eagle-and-owl/). post titled Wardrobe: Colibri, Duck, Eagle, and Owl, which provides further insights into its features and benefits.
131
161
  Furthermore, addons, predominantly themes, have been organized under the vendor's folder in the penguin's wardrobe. I encourage utilizing your wardrobe for all your customization needs to maintain consistency and organization throughout your work.
132
162
 
133
163
  > [!NOTE]
@@ -136,35 +166,35 @@ Furthermore, addons, predominantly themes, have been organized under the vendor'
136
166
 
137
167
  ## Clone/Cryptedclone
138
168
  When creating a live distribution of your system, you have different options to consider: the default mode, clone, and cryptedclone.
139
- • The default mode, achieved by using the command "eggs produce," completely removes user data from the live distribution. This ensures that no private data remains in the live system.
169
+ • The default mode, achieved by using the command `eggs produce`, completely removes user data from the live distribution. This ensures that no private data remains in the live system.
140
170
 
141
- • The "eggs produce --clone" command allows you to save both user data and system data directly in the generated ISO. This means that if someone obtains a copy of the ISO, they will be able to see and access the
171
+ • The `eggs produce --clone` command allows you to save both user data and system data directly in the generated ISO. This means that if someone obtains a copy of the ISO, they will be able to see and access the
142
172
  user data directly from the live system. It's important to note that this data is not encrypted, so it may not be suitable for sensitive information.
143
173
 
144
- • On the other hand, the "eggs produce --cryptedclone" command saves the data within the generated ISO using a LUKS (Linux Unified Key Setup) volume. With this option, the user data will not be visible in the live system. However, it can be automatically reinstalled during the system installation process using the "krill" installer. Even if someone has the generated ISO, they won't be able to access the user data without the LUKS passphrase. This ensures that your data remains protected.
174
+ • On the other hand, the ìeggs produce --cryptedclone` command saves the data within the generated ISO using a LUKS (Linux Unified Key Setup) volume. With this option, the user data will not be visible in the live system. However, it can be automatically reinstalled during the system installation process using the "krill" installer. Even if someone has the generated ISO, they won't be able to access the user data without the LUKS passphrase. This ensures that your data remains protected.
145
175
 
146
176
  To summarize the available options:
147
177
 
148
- "eggs produce" (default): All private data is removed from the live system.
178
+ `eggs produce` (default): All private data is removed from the live system.
149
179
 
150
- "eggs produce --clone": All user data is included unencrypted directly in the live system.
180
+ `eggs produce --clone`: All user data is included unencrypted directly in the live system.
151
181
 
152
- "eggs produce --cryptedclone": All user data is included encrypted within a LUKS volume inside the ISO.
182
+ `eggs produce --cryptedclone`: All user data is included encrypted within a LUKS volume inside the ISO.
153
183
  > [!TIP]
154
184
  > During the installation process, you can use the "krill" installer to restore your crypted data automatically. By running the command "sudo eggs install" with the "krill" installer, your encrypted data will be securely transferred and made available in the installed system.
155
185
 
156
186
 
157
187
  ## calamares and krill
158
- Calamares and Krill are powerful tools in the Eggs project [calamares](https://calamares.io), offering versatile installation options for Linux systems. The Eggs project was specifically designed to utilize Calamares as the default system installer, providing users with the flexibility to customize their installations using themes. However, Eggs goes beyond Calamares by introducing its own installer called Krill, which focuses on command-line interface (CLI) installations, particularly for server environments.
188
+ Calamares and Krill are powerful tools in the Eggs project, [calamares](https://calamares.io), offering versatile installation options for Linux systems. The Eggs project was specifically designed to utilize Calamares as the default system installer, providing users with the flexibility to customize their installations using themes. However, Eggs goes beyond Calamares by introducing its own installer called Krill, which focuses on command-line interface (CLI) installations, particularly for server environments.
159
189
 
160
- Krill, like Calamares, adopts a CLI interface that closely resembles Calamares, ensuring a consistent user experience. Leveraging the same configuration files created by Eggs for Calamares, Krill maintains compatibility and allows for seamless transitions between desktop and server installations. By simply adding the flag during installation, Krill enables unattended installations, streamlining the process for system administrators. Fine-tuning installation parameters becomes effortless as the configuration values can be modified in the ```/etc/penguins-eggs.d/krill.yaml``` file, facilitating automated deployments.
190
+ Krill adopts a TUI interface that closely resembles Calamares, ensuring a consistent user experience. Leveraging the same configuration files created by Eggs for Calamares, Krill maintains compatibility and allows for seamless transitions between desktop and server installations. By simply adding the flag during installation, Krill enables unattended installations, streamlining the process for system administrators. Fine-tuning installation parameters becomes effortless as the configuration values can be modified in the ```/etc/penguins-eggs.d/krill.yaml``` file, facilitating automated deployments.
161
191
 
162
192
  > [!TIP]
163
- > Thanks to the Eggs project's integration of Calamares and the introduction of Krill, users can enjoy a comprehensive installation toolkit. Whether one prefers the graphical interface of Calamares or the command-line efficiency of Krill, Eggs caters to diverse installation needs, making Linux setup a breeze.
193
+ > Thanks to the Eggs project's integration of Calamares and the introduction of Krill, users can enjoy a comprehensive installation toolkit. Whether one prefers the graphical interface of Calamares or the command-line efficiency of Krill, Eggs caters to diverse installation needs, making Linux setup a breeze.
164
194
 
165
195
  ## cuckoo
166
- ust like the cuckoo bird lays its eggs in the nests of other birds, the Eggs project introduces a similar concept in the form of a self-configuring PXE service. This service allows you to boot and install your ISO on networked computers that are not originally configured for your specific ISO.
167
- With the command "cuckoo," you can deploy a newly created ISO on an already installed system, or you can live to boot the ISO itself. This means that you can either install your ISO on existing systems or directly run the ISO without the need for a permanent installation.
196
+ Just like the cuckoo bird lays its eggs in the nests of other birds, the Eggs project introduces a similar concept in the form of a self-configuring PXE service. This service allows you to boot and install your ISO on networked computers that are not originally configured for your specific ISO.
197
+ With the command `cuckoo` you can deploy a newly created ISO on an already installed system, or you can live to boot the ISO itself. This means that you can either install your ISO on existing systems or directly run the ISO without the need for a permanent installation.
168
198
 
169
199
  > [!TIP]
170
200
  > By leveraging the cuckoo command, the Eggs project provides a convenient method for deploying and testing your ISO on a variety of networked computers, expanding the possibilities for system installations and evaluations.
@@ -186,53 +216,61 @@ By adapting to the packaging systems used by different distributions, Eggs ensur
186
216
 
187
217
 
188
218
  ## Debian families
189
- Eggs caters to the Debian family of distributions, offering a seamless installation experience through deb packages. These deb packages are available for multiple architectures, including amd64, i386, and arm64.The availability of Eggs as a deb package simplifies the installation process for users of Debian-based distributions. Whether you are running a 64-bit (amd64) or 32-bit (i386) architecture, or even an arm64 architecture, Eggs has you covered. This ensures that users across a wide range of Debian-based systems can easily download, install, and utilize Eggs' features.
219
+ Eggs caters to the Debian family of distributions, offering a seamless installation experience through deb packages.
220
+
221
+ These deb packages are available for multiple architectures, including amd64, i386, and arm64.
222
+
223
+ The availability of `penguins-eggs` as a deb package simplifies the installation process for users of Debian-based distributions. Whether you are running a 64-bit (amd64) or 32-bit (i386) architecture, or even an arm64 architecture, Eggs has you covered. This ensures that users across a wide range of Debian-based systems can easily download, install, and utilize Eggs' features.
224
+
190
225
  By providing deb packages for various architectures, Eggs promotes accessibility and inclusivity, allowing users on different hardware platforms to benefit from its functionality. Whether you're using a traditional desktop computer or an ARM-based device, Eggs ensures compatibility and a consistent experience across the Debian family of distributions.
191
226
 
192
- The packages can be installed on Debian, Devuan, or Ubuntu-based distributions without the need to worry about the specific version. Whether you're using Buster, Bullseye, Bookworm, Trixie, Chimaera, Daedalus, Bionic, Focal, or Jammy, Eggs is reported to work across these versions. However, it's important to ensure compatibility with the respective processor architecture.
193
- The packages provided by Eggs include standard scripts for preinst, postinst, prerm, and postrm. These scripts play a crucial role in the installation and management of the packages. The preinst script is executed before the package is installed, allowing for any necessary preparations or configurations. The postinst script is executed after the package installation, enabling additional setup or customization. Similarly, the prerm script is executed before the package is removed, while the postrm script is executed after the package removal.
194
- In addition to the scripts, Eggs packages also include man pages. These man pages serve as documentation for the installed packages, providing detailed information on their usage, configuration options, and other relevant details. The inclusion of man pages ensures that users have access to comprehensive documentation, enabling them to effectively utilize and manage the Eggs packages.
227
+ The packages can be installed on Debian, Devuan, or Ubuntu-based distributions without the need to worry about the specific version. Whether you're using Buster, Bullseye, Bookworm, Trixie, Chimaera, Daedalus, Focal, Jammy or Noble, `eggs` is reported to work across these versions. However, it's important to ensure compatibility with the respective processor architecture.
228
+
229
+ Ubuntu bionic cannot install nodejs >16, so I packaged a specific version for bionic, still largely used.
230
+
231
+ The packages `penguins-eggs` provided include standard scripts for `preinst`, `postinst`, `prerm`, and `postrm`. These scripts play a crucial role in the installation and management of the packages. The preinst script is executed before the package is installed, allowing for any necessary preparations or configurations. The postinst script is executed after the package installation, enabling additional setup or customization. Similarly, the prerm script is executed before the package is removed, while the postrm script is executed after the package removal.
232
+
233
+ In addition to the scripts, `penguins-eggs` package also include man pages, bash-completion and other.
234
+
235
+ man pages serve as documentation for the installed packages, providing detailed information on their usage, configuration options, and other relevant details. The inclusion of man pages ensures that users have access to comprehensive documentation, enabling them to effectively utilize and manage the Eggs packages.
236
+
195
237
  Overall, Eggs' packages offer a comprehensive and user-friendly experience, with standard scripts and detailed documentation, making installation and management hassle-free on Debian, Devuan, and Ubuntu-based distributions.
196
238
 
197
239
 
198
240
  ### Install eggs
199
- there are multiple methods available, but one of the most practical approaches is to utilize the penguins-eggs-ppa repository.
200
- The penguins-eggs-ppa repository provides a convenient and reliable way to access and install Eggs on your system. By adding this repository to your package manager's sources list, you gain access to the latest versions of Eggs and can easily install or update it with a few simple commands.Adding the penguins-eggs-ppa repository ensures that you have a trusted and official source for Eggs, which simplifies the installation process and ensures that you receive updates and security patches on time.By leveraging the penguins-eggs-ppa repository, you can enjoy the benefits of a streamlined installation process, convenient updates, and a reliable source for Eggs. It's a practical solution that allows you to effortlessly install and manage Eggs as a .deb package, enhancing your overall experience with this powerful software.
241
+ There are multiple methods available, lately I prefer `get-eggs` way, working for all the supported distros: Arch, Debian, Devuan, Manjaro, Ubuntu and derivatives.:
242
+
243
+ ```
244
+ git clone https://github.com/pieroproietti/get-eggs
245
+ cd get-eggs
246
+ sudo ./get-eggs.sh
247
+ ```
248
+
249
+ `get-eggs` on Debian families add automatically the `penguins-eggs-ppa` repository and, when need, add `nodesource` repository. On Arch, `chaotic-aur` repo will be added.
250
+
251
+ This let to install, update, remove `penguins-eggs` like a native package.
252
+
253
+ #### Debian families
254
+ `penguins-eggs-10.0.x` depend on `nodejs >18`, not directly available in all the distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) adding them.
255
+
256
+ ##### Download and install penguins-eggs from sourceforge
257
+ To install Eggs, the simplest method is to download the package `penguins-eggs` from the project's SourceForge page [package eggs](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it on your system.
201
258
 
259
+ After downloading the appropriate package, based on your system's architecture, you can proceed with the installation. If you are using an amd64 system, run the following command in the terminal:
202
260
 
203
- #### Download the package and install it with dpkg
261
+ ```sudo dpkg -i penguins_eggs_10.0.x-1_amd64.deb```
204
262
 
205
- To install Eggs, the simplest method is to download the package from the project's SourceForge page [package eggs](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it on your system. You can find the Eggs package on the SourceForge page here.
206
- After downloading the appropriate package based on your system's architecture, you can proceed with the installation. If you are using an amd64 system, run the following command in the terminal:
207
- ```sudo dpkg -i penguins_eggs_10.0.0-1_amd64.deb```
208
263
  For i386 systems, the command would be:
209
- ```sudo dpkg -i penguins_eggs_10.0.0-1_i386.deb```
264
+ ```sudo dpkg -i penguins_eggs_10.0.x-1_i386.deb```
265
+
210
266
  Executing these commands will initiate the installation process and install Eggs on your system.
211
267
  Once Eggs is successfully installed, you have the option to enhance its functionality by adding the penguins-eggs-ppa repository. This repository provides additional tools and features for Eggs. To add the penguins-eggs-ppa repository, run the following command in the terminal:
212
268
  ```sudo eggs tools ppa --install```
213
269
  This command will add the penguins-eggs-ppa repository to your system, allowing you to access updated versions of Eggs and additional tools provided by the repository.
214
270
  By following these steps, you can easily install Eggs, add the penguins-eggs-ppa repository, [penguins-eggs-ppa](https://pieroproietti.github.io/penguins-eggs-ppa), and unlock further capabilities and enhancements for your Eggs installation.
215
271
 
216
- #### Using penguins-eggs-ppa (stable version)
217
- To simplify the process of using the penguins-eggs-ppa repository and installing Eggs, you can utilize a utility called `get-eggs`. Follow these steps to use `get-eggs`:
218
- 1. Clone the `get-eggs` repository by running the following command:
219
- ```
220
- git clone https://github.com/pieroproietti/get-eggs
221
- ```
222
-
223
- 2. Navigate into the `get-eggs` directory:
224
- ```
225
- cd get-eggs
226
- ```
227
-
228
- 3. Execute the utility with root privileges:
229
- ```
230
- sudo ./get-eggs
231
- ```
232
-
233
- On Debian, Devuan, and Ubuntu, running `get-eggs` will add the penguins-eggs-ppa repository and install Eggs seamlessly.
234
- > [!TIP]
235
- > For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `get-eggs` will typically work as well. However, if needed, you can manually add the penguins-eggs-ppa repository by copying and pasting the following two lines into a terminal:
272
+ ##### Using penguins-eggs-ppa
273
+ For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `get-eggs` will typically work as well. However, if needed, you can manually add the penguins-eggs-ppa repository by copying and pasting the following two lines into a terminal:
236
274
 
237
275
  ```
238
276
  curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
@@ -247,11 +285,8 @@ sudo apt update && sudo apt install penguins_eggs
247
285
 
248
286
  Executing these commands will update your package sources and install Eggs on your system.
249
287
 
250
- > [!TIP]
251
- > By using the `get-eggs` utility or manually adding the penguins-eggs-ppa repository, you can easily install Eggs on various Debian, Devuan, and Ubuntu-based distributions, including their derivatives, ensuring a smooth and hassle-free installation process.
252
-
253
288
 
254
- ### Upgrade eggs
289
+ #### Upgrade eggs
255
290
  To upgrade Eggs, the process will vary depending on whether you are using the penguins-eggs-ppa repository or not. Here's how you can upgrade Eggs with both approaches:
256
291
  If you have already added the penguins-eggs-ppa repository, you can upgrade Eggs alongside other packages on your system by running the following command:
257
292
  ```
@@ -261,15 +296,15 @@ sudo apt upgrade
261
296
  > This command will check for updates for all installed packages, including Eggs, and upgrade them to their latest versions if available.
262
297
 
263
298
  > [!NOTE]
264
- > On the other hand, if you have not added the penguins-eggs-ppa repository, you can manually upgrade Eggs by downloading the new version from the SourceForge page [here](https://sourceforge.net/projects/penguins-eggs/files/DEBS/). Once you have downloaded the appropriate package for your system architecture, follow these steps:
299
+ > On the other hand, if you have not added the `penguins-eggs-ppa` repository, you can manually upgrade Eggs by downloading the new version from the SourceForge page [here](https://sourceforge.net/projects/penguins-eggs/files/DEBS/). Once you have downloaded the appropriate package for your system architecture, follow these steps:
265
300
 
266
301
  1. Install the package using the `gdebi` command (assuming you have `gdebi` installed):
267
302
  ```
268
- sudo gdebi penguins_eggs_10.0.0-1_amd64.deb
303
+ sudo gdebi penguins_eggs_10.0.x-1_amd64.deb
269
304
  ```
270
305
  or for i386 systems:
271
306
  ```
272
- sudo dpkg -i penguins_eggs_10.0.0-1_i386.deb
307
+ sudo dpkg -i penguins_eggs_10.0.x-1_i386.deb
273
308
  ```
274
309
 
275
310
  2. In case of any missing dependencies, you can resolve them by running the following command:
@@ -293,7 +328,7 @@ This will automatically install any required dependencies for Eggs.
293
328
 
294
329
 
295
330
  ### Arch
296
- To install penguins-eggs on Arch Linux, there are multiple methods available. One option is to install it directly from the Arch User Repository (AUR) by adding the Chaotic-AUR repository. Here's how you can do it:
331
+ To install penguins-eggs on Arch Linux, there are multiple methods available. One option is to install it directly from the Arch User Repository (AUR) by adding the `chaotic-AUR` repository. Here's how you can do it:
297
332
 
298
333
  1. Add the Chaotic-AUR repository to your system. You can find the repository at [https://aur.chaotic.cx/](https://aur.chaotic.cx/).
299
334
 
@@ -303,25 +338,9 @@ sudo pacman -Sy penguins-eggs
303
338
  ```
304
339
  This command will synchronize the package databases and install penguins-eggs on your system.
305
340
 
306
- Alternatively, you can use a utility called `get-eggs` that I have written. Here's how to use it:
341
+ Alternatively, you can use a utility called `get-eggs`. This script will add the AUR repository and install penguins-eggs on your system.
307
342
 
308
- 1. Clone the `get-eggs` repository by running the following command:
309
- ```
310
- git clone https://github.com/pieroproietti/get-eggs
311
- ```
312
-
313
- 2. Change to the `get-eggs` directory:
314
- ```
315
- cd get-eggs
316
- ```
317
-
318
- 3. Run the `get-eggs` script with sudo privileges:
319
- ```
320
- sudo ./get-eggs
321
- ```
322
- This script will add the AUR repository and install penguins-eggs on your system.
323
-
324
- Additionally, you have the option to use the popular AUR helper tool called `yay`. Simply run the following command:
343
+ It's possible too to use the popular AUR helper tool called `yay`. Simply run the following command:
325
344
  ```
326
345
  yay penguins-eggs
327
346
  ```
@@ -404,6 +423,7 @@ sudo eggs produce --cryptedclone
404
423
  ```
405
424
  This command will generate a live system with encrypted user data.
406
425
 
426
+ ## Compression
407
427
  By default, penguins-eggs uses fasted compression `zstd level 3` for efficiency during the creation process. However, if you want a more compressed ISO file, you can chooce `--pendrive` flag `zstd level 15` optimized for pendrives, `--standard` flag, use `xz`, or `--max` flag using `xz -Xbcj` to get the maximun level of compression. For example:
408
428
 
409
429
  ```
@@ -413,8 +433,7 @@ sudo eggs produce --standard
413
433
  sudo eggs produce --max
414
434
  ```
415
435
  > [!TIP]
416
- > This command will apply maximum compression to the ISO file, resulting in a smaller file size. In addition to the command descriptions provided in this README, you can refer to the [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) for more detailed information on how to use penguins-eggs and its various features. The official guide offers comprehensive documentation to help you make the most out of this tool.
417
-
436
+ > This command will apply differents compression to the ISO file, resulting in a smaller file size or in a longer process. Consult [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) for more detailed informations.
418
437
  # Commands
419
438
  <!-- commands -->
420
439
  * [`eggs adapt`](#eggs-adapt)
@@ -466,7 +485,7 @@ EXAMPLES
466
485
  $ eggs adapt
467
486
  ```
468
487
 
469
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/adapt.ts)_
488
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/adapt.ts)_
470
489
 
471
490
  ## `eggs analyze`
472
491
 
@@ -487,7 +506,7 @@ EXAMPLES
487
506
  sudo eggs analyze
488
507
  ```
489
508
 
490
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/analyze.ts)_
509
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/analyze.ts)_
491
510
 
492
511
  ## `eggs autocomplete [SHELL]`
493
512
 
@@ -551,7 +570,7 @@ EXAMPLES
551
570
  sudo eggs calamares --remove
552
571
  ```
553
572
 
554
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/calamares.ts)_
573
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/calamares.ts)_
555
574
 
556
575
  ## `eggs config`
557
576
 
@@ -578,7 +597,7 @@ EXAMPLES
578
597
  sudo eggs config --clean --nointeractive
579
598
  ```
580
599
 
581
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/config.ts)_
600
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/config.ts)_
582
601
 
583
602
  ## `eggs cuckoo`
584
603
 
@@ -598,7 +617,7 @@ EXAMPLES
598
617
  sudo eggs cuckoo
599
618
  ```
600
619
 
601
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/cuckoo.ts)_
620
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/cuckoo.ts)_
602
621
 
603
622
  ## `eggs dad`
604
623
 
@@ -626,7 +645,7 @@ EXAMPLES
626
645
  sudo dad --default
627
646
  ```
628
647
 
629
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/dad.ts)_
648
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/dad.ts)_
630
649
 
631
650
  ## `eggs export deb`
632
651
 
@@ -653,7 +672,7 @@ EXAMPLES
653
672
  $ eggs export deb --all
654
673
  ```
655
674
 
656
- _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/export/deb.ts)_
675
+ _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/export/deb.ts)_
657
676
 
658
677
  ## `eggs export iso`
659
678
 
@@ -678,7 +697,7 @@ EXAMPLES
678
697
  $ eggs export iso --clean
679
698
  ```
680
699
 
681
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/export/iso.ts)_
700
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/export/iso.ts)_
682
701
 
683
702
  ## `eggs help [COMMAND]`
684
703
 
@@ -739,7 +758,7 @@ EXAMPLES
739
758
  sudo eggs install --chroot
740
759
  ```
741
760
 
742
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/install.ts)_
761
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/install.ts)_
743
762
 
744
763
  ## `eggs kill`
745
764
 
@@ -762,7 +781,7 @@ EXAMPLES
762
781
  sudo eggs kill
763
782
  ```
764
783
 
765
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/kill.ts)_
784
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/kill.ts)_
766
785
 
767
786
  ## `eggs krill`
768
787
 
@@ -821,7 +840,7 @@ EXAMPLES
821
840
  $ eggs mom
822
841
  ```
823
842
 
824
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/mom.ts)_
843
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/mom.ts)_
825
844
 
826
845
  ## `eggs produce`
827
846
 
@@ -830,12 +849,13 @@ produce a live image from your system whithout your data
830
849
  ```
831
850
  USAGE
832
851
  $ eggs produce [--addons <value>...] [--basename <value>] [-c] [-C] [--excludes <value>...] [-h] [--links
833
- <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-f] [--theme <value>] [-u] [-v] [-y]
852
+ <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-f] [--theme <value>] [-u] [-v] [-U] [-y]
834
853
 
835
854
  FLAGS
836
855
  -C, --cryptedclone crypted clone
837
856
  -N, --noicon no icon eggs on desktop
838
857
  -P, --prefix=<value> prefix
858
+ -U, --udf udf, create iso UDF format using genisoimage
839
859
  -c, --clone clone
840
860
  -f, --standard standard compression: xz -b 1M
841
861
  -h, --help Show CLI help.
@@ -848,7 +868,7 @@ FLAGS
848
868
  -y, --yolk force yolk renew
849
869
  --addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
850
870
  --basename=<value> basename
851
- --excludes=<value>... use: custom, home, mine, usr, var
871
+ --excludes=<value>... use: static, homes, home
852
872
  --links=<value>... desktop links
853
873
  --release release: remove penguins-eggs, calamares and dependencies after installation
854
874
  --theme=<value> theme for livecd, calamares branding and partitions
@@ -857,22 +877,28 @@ DESCRIPTION
857
877
  produce a live image from your system whithout your data
858
878
 
859
879
  EXAMPLES
860
- sudo eggs produce
880
+ sudo eggs produce # fast compression
861
881
 
862
- sudo eggs produce --max
882
+ sudo eggs produce --max # max compression
863
883
 
864
- sudo eggs produce --pendrive
884
+ sudo eggs produce --pendrive # compression optomized pendrive
865
885
 
866
- sudo eggs produce --clone
886
+ sudo eggs produce --clone # clone
867
887
 
868
- sudo eggs produce --cryptedclone
888
+ sudo eggs produce --cryptedclone # crypted clone
869
889
 
870
890
  sudo eggs produce --basename=colibri
871
891
 
872
- sudo eggs produce --basename=colibri --theme theme --addons adapt
892
+ sudo eggs produce --theme lastos
893
+
894
+ sudo eggs produce --excludes static # you can customize it
895
+
896
+ sudo eggs produce --excludes homes # exclude /home/*
897
+
898
+ sudo eggs produce --excludes home # exclude ~/*
873
899
  ```
874
900
 
875
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/produce.ts)_
901
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/produce.ts)_
876
902
 
877
903
  ## `eggs status`
878
904
 
@@ -893,7 +919,7 @@ EXAMPLES
893
919
  $ eggs status
894
920
  ```
895
921
 
896
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/status.ts)_
922
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/status.ts)_
897
923
 
898
924
  ## `eggs syncfrom`
899
925
 
@@ -919,7 +945,7 @@ EXAMPLES
919
945
  sudo eggs syncfrom --file /path/to/luks-volume
920
946
  ```
921
947
 
922
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/syncfrom.ts)_
948
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/syncfrom.ts)_
923
949
 
924
950
  ## `eggs syncto`
925
951
 
@@ -946,7 +972,7 @@ EXAMPLES
946
972
  sudo eggs syncto --excludes
947
973
  ```
948
974
 
949
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/syncto.ts)_
975
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/syncto.ts)_
950
976
 
951
977
  ## `eggs tools clean`
952
978
 
@@ -968,7 +994,7 @@ EXAMPLES
968
994
  sudo eggs tools clean
969
995
  ```
970
996
 
971
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/tools/clean.ts)_
997
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/tools/clean.ts)_
972
998
 
973
999
  ## `eggs tools ppa`
974
1000
 
@@ -994,7 +1020,7 @@ EXAMPLES
994
1020
  sudo eggs tools ppa --remove
995
1021
  ```
996
1022
 
997
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/tools/ppa.ts)_
1023
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/tools/ppa.ts)_
998
1024
 
999
1025
  ## `eggs tools skel`
1000
1026
 
@@ -1018,7 +1044,7 @@ EXAMPLES
1018
1044
  sudo eggs tools skel --user user-to-be-copied
1019
1045
  ```
1020
1046
 
1021
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/tools/skel.ts)_
1047
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/tools/skel.ts)_
1022
1048
 
1023
1049
  ## `eggs tools stat`
1024
1050
 
@@ -1044,7 +1070,7 @@ EXAMPLES
1044
1070
  $ eggs tools stat --year
1045
1071
  ```
1046
1072
 
1047
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/tools/stat.ts)_
1073
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/tools/stat.ts)_
1048
1074
 
1049
1075
  ## `eggs tools yolk`
1050
1076
 
@@ -1065,7 +1091,7 @@ EXAMPLES
1065
1091
  sudo eggs tools yolk
1066
1092
  ```
1067
1093
 
1068
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/tools/yolk.ts)_
1094
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/tools/yolk.ts)_
1069
1095
 
1070
1096
  ## `eggs update`
1071
1097
 
@@ -1086,7 +1112,7 @@ EXAMPLES
1086
1112
  $ eggs update
1087
1113
  ```
1088
1114
 
1089
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/update.ts)_
1115
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/update.ts)_
1090
1116
 
1091
1117
  ## `eggs version`
1092
1118
 
@@ -1132,7 +1158,7 @@ EXAMPLES
1132
1158
  $ eggs wardrobe get your-wardrobe
1133
1159
  ```
1134
1160
 
1135
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/wardrobe/get.ts)_
1161
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/wardrobe/get.ts)_
1136
1162
 
1137
1163
  ## `eggs wardrobe list [REPO]`
1138
1164
 
@@ -1161,7 +1187,7 @@ EXAMPLES
1161
1187
  $ eggs wardrobe list --distro arch
1162
1188
  ```
1163
1189
 
1164
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/wardrobe/list.ts)_
1190
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/wardrobe/list.ts)_
1165
1191
 
1166
1192
  ## `eggs wardrobe show [REPO]`
1167
1193
 
@@ -1191,7 +1217,7 @@ EXAMPLES
1191
1217
  $ eggs wardrobe show accessories/
1192
1218
  ```
1193
1219
 
1194
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/wardrobe/show.ts)_
1220
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/wardrobe/show.ts)_
1195
1221
 
1196
1222
  ## `eggs wardrobe wear [REPO]`
1197
1223
 
@@ -1222,14 +1248,14 @@ EXAMPLES
1222
1248
  sudo eggs wardrobe wear wagtail/waydroid
1223
1249
  ```
1224
1250
 
1225
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.10/src/commands/wardrobe/wear.ts)_
1251
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.15/src/commands/wardrobe/wear.ts)_
1226
1252
  <!-- commandsstop -->
1227
1253
 
1228
1254
  # penGUI
1229
1255
  ![icon](https://github.com/pieroproietti/pengui/blob/main/assets/pengui.png?raw=true)
1230
1256
  ## penGUI take cure of eggs!
1231
1257
 
1232
- The development of a GUI for "penguins-eggs" with the penGUI project sounds promising. It's exciting to see that work on the GUI has started and is progressing rapidly. GUIs can greatly enhance the user experience and make it more accessible to a wider range of users. I hope the penGUI [penGUI](https://github.com/pieroproietti/pengui) project continues to thrive and brings a user-friendly interface to "penguins-eggs". If you have any specific questions or need further information about the penGUI project, feel free to ask!
1258
+ The development of a GUI for `eggs` with the penGUI project sounds promising. It's exciting to see that work on the GUI has started and is progressing rapidly. GUIs can greatly enhance the user experience and make it more accessible to a wider range of users. I hope the penGUI [penGUI](https://github.com/pieroproietti/pengui) project continues to thrive and brings a user-friendly interface to `penguins-eggs`. If you have any specific questions or need further information about the penGUI project, feel free to ask!
1233
1259
 
1234
1260
 
1235
1261
  ## That's all, Folks!