penguins-eggs 8.0.30 → 9.0.2

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 (263) hide show
  1. package/README.md +251 -163
  2. package/addons/README.md +78 -84
  3. package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
  5. package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
  6. package/addons/{pve → blissos}/theme/calamares/branding/branding.desc +0 -0
  7. package/addons/blissos/theme/calamares/branding/languages.png +0 -0
  8. package/addons/blissos/theme/calamares/branding/show.qml +75 -0
  9. package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
  10. package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
  11. package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
  12. package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
  13. package/addons/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
  14. package/addons/blissos/theme/livecd/README.md +23 -0
  15. package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
  16. package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
  17. package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
  18. package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
  19. package/addons/blissos/theme/livecd/splash.png +0 -0
  20. package/addons/debian/theme/README.md +23 -0
  21. package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
  22. package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
  23. package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
  24. package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
  25. package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
  26. package/addons/debian/theme/calamares/modules/partition.yml +233 -0
  27. package/addons/debian/theme/livecd/README.md +23 -0
  28. package/addons/debian/theme/livecd/grub.template.cfg +34 -0
  29. package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
  30. package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
  31. package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
  32. package/addons/debian/theme/livecd/splash.png +0 -0
  33. package/addons/deblinux/theme/README.md +19 -12
  34. package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
  35. package/addons/eggs/theme/livecd/README.md +21 -6
  36. package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
  37. package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
  38. package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
  39. package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
  40. package/addons/eggs/theme/livecd/splash.png +0 -0
  41. package/addons/guadalinex/theme/livecd/README.md +23 -0
  42. package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
  43. package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
  44. package/addons/neon/theme/livecd/README.md +23 -0
  45. package/addons/neon/theme/livecd/grub.template.cfg +34 -0
  46. package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
  47. package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
  48. package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
  49. package/addons/neon/theme/livecd/splash.pcx +0 -0
  50. package/addons/neon/theme/livecd/splash.png +0 -0
  51. package/addons/openos/theme/livecd/README.md +23 -0
  52. package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
  53. package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
  54. package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
  55. package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
  56. package/assets/penguins-minstall.desktop +95 -0
  57. package/bin/dev +17 -0
  58. package/bin/dev.cmd +3 -0
  59. package/bin/run +2 -4
  60. package/conf/distros/bionic/calamares/settings.yml +5 -5
  61. package/conf/distros/bookworm/README.md +9 -0
  62. package/conf/distros/bullseye/README.md +6 -8
  63. package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
  64. package/conf/distros/buster/calamares/settings.yml +14 -3
  65. package/conf/distros/chimaera/README.md +3 -0
  66. package/conf/distros/daedalus/README.md +3 -0
  67. package/conf/distros/focal/calamares/settings.yml +2 -2
  68. package/conf/distros/hirsute/README.md +1 -1
  69. package/conf/distros/impish/README.md +9 -0
  70. package/conf/distros/jammy/README.md +9 -0
  71. package/conf/distros/rolling/README.md +3 -0
  72. package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
  73. package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
  74. package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
  75. package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
  76. package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
  77. package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
  78. package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
  79. package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
  80. package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
  81. package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
  82. package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
  83. package/conf/distros/rolling/calamares/modules/users.yml +20 -0
  84. package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
  85. package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
  86. package/conf/distros/thirtyfive/README.md +3 -0
  87. package/conf/distros/tumbleweed/README.md +3 -0
  88. package/conf/eggs.yaml +1 -1
  89. package/conf/exclude.list +2 -4
  90. package/conf/tools.yaml +1 -1
  91. package/lib/classes/basket.js +24 -20
  92. package/lib/classes/bleach.js +17 -17
  93. package/lib/classes/compressors.js +15 -14
  94. package/lib/classes/daddy.js +38 -31
  95. package/lib/classes/distro.d.ts +3 -2
  96. package/lib/classes/distro.js +288 -173
  97. package/lib/classes/family/archlinux.d.ts +69 -0
  98. package/lib/classes/family/archlinux.js +181 -0
  99. package/lib/classes/family/debian.d.ts +64 -0
  100. package/lib/classes/family/debian.js +227 -0
  101. package/lib/classes/family/fedora.d.ts +63 -0
  102. package/lib/classes/family/fedora.js +169 -0
  103. package/lib/classes/family/suse.d.ts +63 -0
  104. package/lib/classes/family/suse.js +169 -0
  105. package/lib/classes/i18n.js +16 -16
  106. package/lib/classes/incubation/branding.js +5 -4
  107. package/lib/classes/incubation/distros/bionic.js +1 -2
  108. package/lib/classes/incubation/distros/buster.js +2 -2
  109. package/lib/classes/incubation/distros/focal.js +3 -2
  110. package/lib/classes/incubation/distros/jessie.js +1 -25
  111. package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
  112. package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
  113. package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
  114. package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
  115. package/lib/classes/incubation/fisherman.d.ts +17 -17
  116. package/lib/classes/incubation/fisherman.js +84 -71
  117. package/lib/classes/incubation/incubator.js +116 -74
  118. package/lib/classes/incubation/installer.d.ts +2 -2
  119. package/lib/classes/incubation/installer.js +6 -20
  120. package/lib/classes/initrd.d.ts +1 -1
  121. package/lib/classes/initrd.js +37 -30
  122. package/lib/classes/krill_install.js +135 -132
  123. package/lib/classes/krill_prepare.js +51 -51
  124. package/lib/classes/n8.js +6 -11
  125. package/lib/classes/ovary.d.ts +29 -11
  126. package/lib/classes/ovary.js +711 -605
  127. package/lib/classes/pacman.d.ts +55 -56
  128. package/lib/classes/pacman.js +514 -419
  129. package/lib/classes/pve-live.js +6 -6
  130. package/lib/classes/settings.js +46 -55
  131. package/lib/classes/systemctl.d.ts +6 -6
  132. package/lib/classes/systemctl.js +7 -7
  133. package/lib/classes/tools.d.ts +1 -1
  134. package/lib/classes/tools.js +10 -10
  135. package/lib/classes/utils.d.ts +9 -12
  136. package/lib/classes/utils.js +127 -106
  137. package/lib/classes/xdg.js +94 -90
  138. package/lib/classes/yolk.js +36 -29
  139. package/lib/commands/adapt.d.ts +3 -3
  140. package/lib/commands/adapt.js +12 -12
  141. package/lib/commands/bro.d.ts +14 -0
  142. package/lib/commands/bro.js +31 -0
  143. package/lib/commands/calamares.d.ts +7 -7
  144. package/lib/commands/calamares.js +22 -54
  145. package/lib/commands/config.d.ts +5 -5
  146. package/lib/commands/config.js +68 -74
  147. package/lib/commands/dad.d.ts +5 -5
  148. package/lib/commands/dad.js +11 -11
  149. package/lib/commands/export/deb.d.ts +8 -8
  150. package/lib/commands/export/deb.js +16 -16
  151. package/lib/commands/export/docs.d.ts +2 -2
  152. package/lib/commands/export/docs.js +9 -9
  153. package/lib/commands/export/iso.d.ts +4 -4
  154. package/lib/commands/export/iso.js +12 -17
  155. package/lib/commands/info.d.ts +9 -3
  156. package/lib/commands/info.js +14 -164
  157. package/lib/commands/install.d.ts +4 -4
  158. package/lib/commands/install.js +19 -14
  159. package/lib/commands/kill.d.ts +3 -3
  160. package/lib/commands/kill.js +11 -13
  161. package/lib/commands/mom.d.ts +2 -2
  162. package/lib/commands/mom.js +8 -8
  163. package/lib/commands/produce.d.ts +14 -14
  164. package/lib/commands/produce.js +42 -45
  165. package/lib/commands/remove.d.ts +5 -5
  166. package/lib/commands/remove.js +46 -57
  167. package/lib/commands/tools/clean.d.ts +3 -3
  168. package/lib/commands/tools/clean.js +10 -12
  169. package/lib/commands/tools/locales.d.ts +4 -4
  170. package/lib/commands/tools/locales.js +8 -8
  171. package/lib/commands/tools/skel.d.ts +4 -4
  172. package/lib/commands/tools/skel.js +10 -15
  173. package/lib/commands/tools/stat.d.ts +7 -4
  174. package/lib/commands/tools/stat.js +20 -13
  175. package/lib/commands/tools/yolk.d.ts +3 -3
  176. package/lib/commands/tools/yolk.js +12 -12
  177. package/lib/commands/update.d.ts +5 -10
  178. package/lib/commands/update.js +56 -72
  179. package/lib/components/elements/information.d.ts +4 -0
  180. package/lib/components/elements/information.js +166 -0
  181. package/lib/components/elements/steps.js +1 -1
  182. package/lib/components/elements/title.js +7 -10
  183. package/lib/components/finished.js +5 -5
  184. package/lib/components/install.js +5 -5
  185. package/lib/components/keyboard.js +5 -5
  186. package/lib/components/location.js +5 -5
  187. package/lib/components/network.js +5 -5
  188. package/lib/components/partitions.js +5 -5
  189. package/lib/components/summary.js +5 -5
  190. package/lib/components/users.js +6 -6
  191. package/lib/components/welcome.js +6 -6
  192. package/lib/index.d.ts +1 -1
  193. package/lib/index.js +2 -2
  194. package/lib/interfaces/i-distro.d.ts +3 -2
  195. package/lib/interfaces/i-settings.d.ts +2 -2
  196. package/lib/lib/cli-autologin.d.ts +19 -2
  197. package/lib/lib/cli-autologin.js +114 -39
  198. package/lib/lib/dependencies.d.ts +9 -6
  199. package/lib/lib/dependencies.js +22 -13
  200. package/lib/lib/get_address.js +2 -2
  201. package/lib/lib/get_dns.js +2 -2
  202. package/lib/lib/get_domain.js +2 -2
  203. package/lib/lib/get_gateway.js +2 -2
  204. package/lib/lib/get_hostname.js +2 -2
  205. package/lib/lib/get_netmask.js +2 -2
  206. package/lib/lib/get_password.js +2 -2
  207. package/lib/lib/get_root_password.js +2 -2
  208. package/lib/lib/get_userfullname.js +2 -2
  209. package/lib/lib/get_username.js +2 -2
  210. package/lib/lib/select_address_type.js +2 -5
  211. package/lib/lib/select_filesystem_type.js +5 -14
  212. package/lib/lib/select_installation_device.js +3 -3
  213. package/lib/lib/select_interface.js +1 -1
  214. package/lib/lib/select_keyboard_layout.js +2 -10
  215. package/lib/lib/select_languages.js +2 -2
  216. package/lib/lib/select_regions.js +1 -12
  217. package/lib/lib/select_user_swap_choice.js +4 -4
  218. package/lib/lib/select_zones.js +483 -62
  219. package/oclif.manifest.json +1 -1
  220. package/package.json +115 -107
  221. package/scripts/bros/waydroid-helper.sh +92 -0
  222. package/scripts/eggs.bash +67 -21
  223. package/scripts/not-used/eggs-cleanup.sh +7 -0
  224. package/scripts/not-used/install-eggs-ppa.sh +2 -0
  225. package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
  226. package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
  227. package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
  228. package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
  229. package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
  230. package/addons/pve/theme/calamares/branding/show.qml +0 -227
  231. package/addons/pve/theme/calamares/branding/slide1.png +0 -0
  232. package/addons/pve/theme/calamares/branding/slide2.png +0 -0
  233. package/addons/pve/theme/calamares/branding/slide3.png +0 -0
  234. package/addons/pve/theme/calamares/branding/slide4.png +0 -0
  235. package/addons/pve/theme/calamares/branding/slide5.png +0 -0
  236. package/addons/pve/theme/calamares/branding/slide6.png +0 -0
  237. package/addons/pve/theme/calamares/branding/slide7.png +0 -0
  238. package/addons/pve/theme/calamares/branding/slide8.png +0 -0
  239. package/addons/pve/theme/calamares/branding/slide9.png +0 -0
  240. package/addons/pve/theme/calamares/branding/welcome.png +0 -0
  241. package/addons/pve/theme/livecd/README.md +0 -8
  242. package/addons/pve/theme/livecd/grub.template.cfg +0 -60
  243. package/addons/pve/theme/livecd/menu.template.cfg +0 -54
  244. package/addons/pve/theme/livecd/splash.png +0 -0
  245. package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
  246. package/addons/ufficiozero/theme/livecd/README.md +0 -8
  247. package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
  248. package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
  249. package/changelog.md +0 -127
  250. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
  251. package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
  252. package/conf/distros/buster/grub/grub.template.cfg +0 -58
  253. package/conf/distros/buster/grub/loopback.cfg +0 -1
  254. package/conf/distros/buster/grub/theme.cfg +0 -42
  255. package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
  256. package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
  257. package/conf/distros/focal/grub/grub.template.cfg +0 -67
  258. package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
  259. package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
  260. package/lib/classes/incubation/distros/beowulf.js +0 -69
  261. package/lib/classes/krill_install_compare.d.ts +0 -200
  262. package/lib/classes/krill_install_compare.js +0 -1110
  263. package/manpages/doc/man/eggs.1.gz +0 -0
package/README.md CHANGED
@@ -31,7 +31,7 @@ All it is written in pure typescript, so ideally can be used with differents Lin
31
31
 
32
32
  penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull, You can easily create your personal customized iso or your organization/school version of Linux and deploy it on your LAN, give it to your friends as usb key or publish yours eggs in the internet!
33
33
 
34
- Try penguins-eggs yes, it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
34
+ Try penguins-eggs, yes it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
35
35
 
36
36
  ### addons
37
37
  Starting with version 7.6.x, an addons architecture was added to eggs, allowing third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adjust the video resolution, remote support, etc.
@@ -51,64 +51,69 @@ I suggest to leave the default values unchanged during the development of your r
51
51
  yolk so called - staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection.
52
52
 
53
53
  ## What distributions can I use?
54
- eggs was born on Debian strecth/buster, but actually full support Debian from jessie to sid (bullseye), Devuan beowulf, Ubuntu focal, bionic and derivatives. I actually try it against Debian varius versions, before releases. I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from that distros.
54
+ eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, , hirsute, impish, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. I continuisly try it against Debian various versions, before releases, I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from Debian, Devuan and Ubuntu.
55
55
 
56
- Some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
56
+ You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
57
57
 
58
58
  ## What architecture can I use?
59
- From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm just working now to complete this step.
59
+ From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm working to complete this step, but need help and experience.
60
60
 
61
61
  **Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
62
62
 
63
63
  # Packages
64
- eggs is released as deb package and npm package. Most users need just deb version, if you already use nodejs the npm package can be installed too,
64
+ eggs is released deb packages for i386, amd64, armel and arm64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. It include standard scripts for preinst, postinst, prerm and postrm.
65
+ The packages usually go before in sourgeforce page of eggs, (unstable version) and later in ppa (stable version).
65
66
 
66
- ## deb packages
67
- eggs is released deb packages for i386 and amd64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. Lately was added scripts for preinst, postinst, prerm and postrm not presents in the original.
67
+ ## Install eggs
68
+ There are more than a way to install eggs, the most common it's to use penguins-eggs-ppa.
68
69
 
69
- ### Install
70
- This simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
70
+ ### Using penguins-eggs-ppa (stable version)
71
71
 
72
- ```
73
- sudo dpkg -i eggs_8.0.0-1_amd64.deb
74
- ```
72
+ eggs have it's repository ppa, You can use it, copy and paste in a terminal window the following two lines:
75
73
 
76
- or, on a i386 system:
77
74
  ```
78
- sudo dpkg -i eggs_8.0.0-1_i386.deb
75
+ curl -SsL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/penguins-eggs-ppa-keyring.gpg
76
+ sudo curl -s --compressed -o /etc/apt/sources.list.d/penguins-eggs-ppa.list "https://pieroproietti.github.io/penguins-eggs-ppa/penguins-eggs-ppa.list"
79
77
  ```
80
- ### update
81
- The fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
82
78
 
83
- ```sudo eggs update```
79
+ Update your repositories: **sudo apt update** and install eggs: **sudo apt install eggs**.
84
80
 
85
- Of course, if your distro include eggs in the repository, you can use apt.
81
+ ### Download the package and install with dpkg
86
82
 
83
+ The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
87
84
 
88
- _Note about deb packages_ You can use the same package for all distributions using deb, naturally choosing the appropriate architecture (i386/amd64).
85
+ ```
86
+ sudo dpkg -i eggs_14.18.0-1_amd64.deb
87
+ ```
89
88
 
90
- ## npm packages
89
+ or, on a i386 system:
90
+ ```
91
+ sudo dpkg -i eggs_8.17.3-1_i386.deb
92
+ ```
91
93
 
92
- If you have nodejs installed, you can install penguins-eggs with the utility npm (node package manager).
94
+ ## Upgrade eggs
95
+ If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
93
96
 
94
- Simply copy and past the following lines:
95
97
 
96
- ```sudo npm config set unsafe-perm true```
98
+ ### Upgrade from basket
99
+ If you are using not the penguins-eggs-ppa, the fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
97
100
 
98
- ```sudo npm i penguins-eggs@latest -g```
101
+ ```sudo eggs update```
99
102
 
100
- ### update
103
+ ### Manual upgrade
104
+ Simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it with the standard command **sudo dpkg -i eggs_8.17.x-1_amd64.deb**.
101
105
 
102
- ```sudo eggs update```
103
106
 
104
107
  # Usage
108
+ In addition to the description of the commands in this README, you can consult the [Penguin's eggs official book](https://penguins-eggs.net/book/).
109
+
105
110
  <!-- usage -->
106
111
  ```sh-session
107
112
  $ npm install -g penguins-eggs
108
113
  $ eggs COMMAND
109
114
  running command...
110
- $ eggs (-v|--version|version)
111
- penguins-eggs/8.0.30 linux-x64 node-v8.17.0
115
+ $ eggs (--version|-v)
116
+ penguins-eggs/9.0.2 linux-x64 node-v16.13.1
112
117
  $ eggs --help [COMMAND]
113
118
  USAGE
114
119
  $ eggs COMMAND
@@ -120,12 +125,13 @@ USAGE
120
125
  <!-- commands -->
121
126
  * [`eggs adapt`](#eggs-adapt)
122
127
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
128
+ * [`eggs bro`](#eggs-bro)
123
129
  * [`eggs calamares`](#eggs-calamares)
124
130
  * [`eggs config`](#eggs-config)
125
131
  * [`eggs dad`](#eggs-dad)
126
- * [`eggs export:deb`](#eggs-exportdeb)
127
- * [`eggs export:docs`](#eggs-exportdocs)
128
- * [`eggs export:iso`](#eggs-exportiso)
132
+ * [`eggs export deb`](#eggs-export-deb)
133
+ * [`eggs export docs`](#eggs-export-docs)
134
+ * [`eggs export iso`](#eggs-export-iso)
129
135
  * [`eggs help [COMMAND]`](#eggs-help-command)
130
136
  * [`eggs info`](#eggs-info)
131
137
  * [`eggs install`](#eggs-install)
@@ -133,12 +139,13 @@ USAGE
133
139
  * [`eggs mom`](#eggs-mom)
134
140
  * [`eggs produce`](#eggs-produce)
135
141
  * [`eggs remove`](#eggs-remove)
136
- * [`eggs tools:clean`](#eggs-toolsclean)
137
- * [`eggs tools:locales`](#eggs-toolslocales)
138
- * [`eggs tools:skel`](#eggs-toolsskel)
139
- * [`eggs tools:stat`](#eggs-toolsstat)
140
- * [`eggs tools:yolk`](#eggs-toolsyolk)
142
+ * [`eggs tools clean`](#eggs-tools-clean)
143
+ * [`eggs tools locales`](#eggs-tools-locales)
144
+ * [`eggs tools skel`](#eggs-tools-skel)
145
+ * [`eggs tools stat`](#eggs-tools-stat)
146
+ * [`eggs tools yolk`](#eggs-tools-yolk)
141
147
  * [`eggs update`](#eggs-update)
148
+ * [`eggs version`](#eggs-version)
142
149
 
143
150
  ## `eggs adapt`
144
151
 
@@ -146,17 +153,20 @@ adapt monitor resolution for VM only
146
153
 
147
154
  ```
148
155
  USAGE
149
- $ eggs adapt
156
+ $ eggs adapt [-v] [-h]
150
157
 
151
- OPTIONS
152
- -h, --help show CLI help
158
+ FLAGS
159
+ -h, --help Show CLI help.
153
160
  -v, --verbose
154
161
 
162
+ DESCRIPTION
163
+ adapt monitor resolution for VM only
164
+
155
165
  ALIASES
156
166
  $ eggs adjust
157
167
  ```
158
168
 
159
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/adapt.ts)_
169
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/adapt.ts)_
160
170
 
161
171
  ## `eggs autocomplete [SHELL]`
162
172
 
@@ -164,22 +174,45 @@ display autocomplete installation instructions
164
174
 
165
175
  ```
166
176
  USAGE
167
- $ eggs autocomplete [SHELL]
177
+ $ eggs autocomplete [SHELL] [-r]
168
178
 
169
179
  ARGUMENTS
170
180
  SHELL shell type
171
181
 
172
- OPTIONS
182
+ FLAGS
173
183
  -r, --refresh-cache Refresh cache (ignores displaying instructions)
174
184
 
185
+ DESCRIPTION
186
+ display autocomplete installation instructions
187
+
175
188
  EXAMPLES
176
189
  $ eggs autocomplete
190
+
177
191
  $ eggs autocomplete bash
192
+
178
193
  $ eggs autocomplete zsh
194
+
179
195
  $ eggs autocomplete --refresh-cache
180
196
  ```
181
197
 
182
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.3.0/src/commands/autocomplete/index.ts)_
198
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.0.0/src/commands/autocomplete/index.ts)_
199
+
200
+ ## `eggs bro`
201
+
202
+ bro: waydroid helper
203
+
204
+ ```
205
+ USAGE
206
+ $ eggs bro [-h]
207
+
208
+ FLAGS
209
+ -h, --help Show CLI help.
210
+
211
+ DESCRIPTION
212
+ bro: waydroid helper
213
+ ```
214
+
215
+ _See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/bro.ts)_
183
216
 
184
217
  ## `eggs calamares`
185
218
 
@@ -187,15 +220,18 @@ calamares or install or configure it
187
220
 
188
221
  ```
189
222
  USAGE
190
- $ eggs calamares
223
+ $ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
191
224
 
192
- OPTIONS
193
- -f, --final final: remove calamares and all it's dependencies after the installation
194
- -h, --help show CLI help
195
- -i, --install install calamares and it's dependencies
196
- -r, --remove remove calamares and it's dependencies
225
+ FLAGS
226
+ -f, --final final: remove calamares and all it's dependencies after the installation
227
+ -h, --help Show CLI help.
228
+ -i, --install install calamares and it's dependencies
229
+ -r, --remove remove calamares and it's dependencies
197
230
  -v, --verbose
198
- --theme=theme theme/branding for eggs and calamares
231
+ --theme=<value> theme/branding for eggs and calamares
232
+
233
+ DESCRIPTION
234
+ calamares or install or configure it
199
235
 
200
236
  EXAMPLES
201
237
  ~$ sudo eggs calamares
@@ -205,7 +241,7 @@ EXAMPLES
205
241
  install calamares and create it's configuration's files
206
242
  ```
207
243
 
208
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/calamares.ts)_
244
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/calamares.ts)_
209
245
 
210
246
  ## `eggs config`
211
247
 
@@ -213,23 +249,26 @@ Configure and install prerequisites deb packages to run it
213
249
 
214
250
  ```
215
251
  USAGE
216
- $ eggs config
252
+ $ eggs config [-n] [-c] [-h] [-v]
217
253
 
218
- OPTIONS
254
+ FLAGS
219
255
  -c, --clean remove old configuration before to create new one
220
- -h, --help show CLI help
256
+ -h, --help Show CLI help.
221
257
  -n, --nointeractive assume yes
222
258
  -v, --verbose verbose
223
259
 
260
+ DESCRIPTION
261
+ Configure and install prerequisites deb packages to run it
262
+
224
263
  ALIASES
225
264
  $ eggs prerequisites
226
265
 
227
- EXAMPLE
266
+ EXAMPLES
228
267
  ~$ sudo eggs config
229
268
  Configure and install prerequisites deb packages to run it
230
269
  ```
231
270
 
232
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/config.ts)_
271
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/config.ts)_
233
272
 
234
273
  ## `eggs dad`
235
274
 
@@ -237,66 +276,72 @@ ask help from daddy - configuration helper
237
276
 
238
277
  ```
239
278
  USAGE
240
- $ eggs dad
279
+ $ eggs dad [-h] [-c] [-d] [-v]
241
280
 
242
- OPTIONS
281
+ FLAGS
243
282
  -c, --clean remove old configuration before to create
244
283
  -d, --default remove old configuration and force default
245
- -h, --help show CLI help
284
+ -h, --help Show CLI help.
246
285
  -v, --verbose
286
+
287
+ DESCRIPTION
288
+ ask help from daddy - configuration helper
247
289
  ```
248
290
 
249
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/dad.ts)_
291
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/dad.ts)_
250
292
 
251
- ## `eggs export:deb`
293
+ ## `eggs export deb`
252
294
 
253
295
  export deb/docs/iso to the destination host
254
296
 
255
297
  ```
256
298
  USAGE
257
- $ eggs export:deb
299
+ $ eggs export deb [-h] [-c] [--amd64] [--i386] [--armel] [--arm64] [-a]
258
300
 
259
- OPTIONS
301
+ FLAGS
260
302
  -a, --all export all archs
261
303
  -c, --clean remove old .deb before to copy
262
- -h, --help show CLI help
304
+ -h, --help Show CLI help.
263
305
  --amd64 export amd64 arch
264
306
  --arm64 export arm64 arch
265
307
  --armel export armel arch
266
308
  --i386 export i386 arch
267
- ```
268
309
 
269
- _See code: [src/commands/export/deb.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/export/deb.ts)_
310
+ DESCRIPTION
311
+ export deb/docs/iso to the destination host
312
+ ```
270
313
 
271
- ## `eggs export:docs`
314
+ ## `eggs export docs`
272
315
 
273
316
  remove and export docType documentation of the sources in the destination host
274
317
 
275
318
  ```
276
319
  USAGE
277
- $ eggs export:docs
320
+ $ eggs export docs [-h]
278
321
 
279
- OPTIONS
280
- -h, --help show CLI help
281
- ```
322
+ FLAGS
323
+ -h, --help Show CLI help.
282
324
 
283
- _See code: [src/commands/export/docs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/export/docs.ts)_
325
+ DESCRIPTION
326
+ remove and export docType documentation of the sources in the destination host
327
+ ```
284
328
 
285
- ## `eggs export:iso`
329
+ ## `eggs export iso`
286
330
 
287
331
  export iso in the destination host
288
332
 
289
333
  ```
290
334
  USAGE
291
- $ eggs export:iso
335
+ $ eggs export iso [-h] [-b] [-c]
292
336
 
293
- OPTIONS
337
+ FLAGS
294
338
  -b, --backup export backup ISOs
295
339
  -c, --clean delete old ISOs before to copy
296
- -h, --help show CLI help
297
- ```
340
+ -h, --help Show CLI help.
298
341
 
299
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/export/iso.ts)_
342
+ DESCRIPTION
343
+ export iso in the destination host
344
+ ```
300
345
 
301
346
  ## `eggs help [COMMAND]`
302
347
 
@@ -304,31 +349,37 @@ display help for eggs
304
349
 
305
350
  ```
306
351
  USAGE
307
- $ eggs help [COMMAND]
352
+ $ eggs help [COMMAND] [--all]
308
353
 
309
354
  ARGUMENTS
310
355
  COMMAND command to show help for
311
356
 
312
- OPTIONS
357
+ FLAGS
313
358
  --all see all commands in CLI
359
+
360
+ DESCRIPTION
361
+ display help for eggs
314
362
  ```
315
363
 
316
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_
364
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
317
365
 
318
366
  ## `eggs info`
319
367
 
320
- thinking a different approach to CLI...
368
+ re-thinking for a different approach to CLI
321
369
 
322
370
  ```
323
371
  USAGE
324
- $ eggs info
372
+ $ eggs info [-v] [-h]
325
373
 
326
- OPTIONS
327
- -h, --help show CLI help
374
+ FLAGS
375
+ -h, --help Show CLI help.
328
376
  -v, --verbose
377
+
378
+ DESCRIPTION
379
+ re-thinking for a different approach to CLI
329
380
  ```
330
381
 
331
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/info.ts)_
382
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/info.ts)_
332
383
 
333
384
  ## `eggs install`
334
385
 
@@ -336,23 +387,26 @@ command-line system installer - the egg became a penguin!
336
387
 
337
388
  ```
338
389
  USAGE
339
- $ eggs install
390
+ $ eggs install [-c] [-h] [-v]
340
391
 
341
- OPTIONS
392
+ FLAGS
342
393
  -c, --cli force use CLI installer
343
- -h, --help show CLI help
394
+ -h, --help Show CLI help.
344
395
  -v, --verbose verbose
345
396
 
397
+ DESCRIPTION
398
+ command-line system installer - the egg became a penguin!
399
+
346
400
  ALIASES
347
401
  $ eggs hatch
348
402
  $ eggs krill
349
403
 
350
- EXAMPLE
404
+ EXAMPLES
351
405
  $ eggs install
352
406
  Install the system using GUI or CLI installer
353
407
  ```
354
408
 
355
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/install.ts)_
409
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/install.ts)_
356
410
 
357
411
  ## `eggs kill`
358
412
 
@@ -360,18 +414,21 @@ kill the eggs/free the nest
360
414
 
361
415
  ```
362
416
  USAGE
363
- $ eggs kill
417
+ $ eggs kill [-h] [-v]
364
418
 
365
- OPTIONS
366
- -h, --help show CLI help
419
+ FLAGS
420
+ -h, --help Show CLI help.
367
421
  -v, --verbose verbose
368
422
 
369
- EXAMPLE
423
+ DESCRIPTION
424
+ kill the eggs/free the nest
425
+
426
+ EXAMPLES
370
427
  $ eggs kill
371
428
  kill the eggs/free the nest
372
429
  ```
373
430
 
374
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/kill.ts)_
431
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/kill.ts)_
375
432
 
376
433
  ## `eggs mom`
377
434
 
@@ -379,13 +436,16 @@ ask for mommy - gui helper
379
436
 
380
437
  ```
381
438
  USAGE
382
- $ eggs mom
439
+ $ eggs mom [-h]
440
+
441
+ FLAGS
442
+ -h, --help Show CLI help.
383
443
 
384
- OPTIONS
385
- -h, --help show CLI help
444
+ DESCRIPTION
445
+ ask for mommy - gui helper
386
446
  ```
387
447
 
388
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/mom.ts)_
448
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/mom.ts)_
389
449
 
390
450
  ## `eggs produce`
391
451
 
@@ -393,22 +453,26 @@ the system produce an egg: iso image of your system
393
453
 
394
454
  ```
395
455
  USAGE
396
- $ eggs produce
397
-
398
- OPTIONS
399
- -b, --backup backup mode
400
- -f, --fast fast compression
401
- -h, --help show CLI help
402
- -m, --max max compression
403
- -n, --normal normal compression
404
- -p, --prefix=prefix prefix
405
- -s, --script script mode. Generate scripts to manage iso build
406
- -v, --verbose verbose
407
- -y, --yolk -y force yolk renew
408
- --addons=addons addons to be used: adapt, ichoice, pve, rsupport
409
- --basename=basename basename
410
- --release release: configure GUI installer to remove eggs and calamares after installation
411
- --theme=theme theme for livecd, calamares branding and partitions
456
+ $ eggs produce [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
457
+ [--addons <value>] [--release]
458
+
459
+ FLAGS
460
+ -b, --backup backup mode
461
+ -f, --fast fast compression
462
+ -h, --help Show CLI help.
463
+ -m, --max max compression
464
+ -n, --normal normal compression
465
+ -p, --prefix=<value> prefix
466
+ -s, --script script mode. Generate scripts to manage iso build
467
+ -v, --verbose verbose
468
+ -y, --yolk -y force yolk renew
469
+ --addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
470
+ --basename=<value> basename
471
+ --release release: configure GUI installer to remove eggs and calamares after installation
472
+ --theme=<value> theme for livecd, calamares branding and partitions
473
+
474
+ DESCRIPTION
475
+ the system produce an egg: iso image of your system
412
476
 
413
477
  ALIASES
414
478
  $ eggs spawn
@@ -446,7 +510,7 @@ EXAMPLES
446
510
  in /home/eggs/ovarium and you can customize all you need
447
511
  ```
448
512
 
449
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/produce.ts)_
513
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/produce.ts)_
450
514
 
451
515
  ## `eggs remove`
452
516
 
@@ -454,139 +518,161 @@ remove eggs and others stuff
454
518
 
455
519
  ```
456
520
  USAGE
457
- $ eggs remove
521
+ $ eggs remove [-p] [-a] [-h] [-v]
458
522
 
459
- OPTIONS
523
+ FLAGS
460
524
  -a, --autoremove remove eggs packages dependencies
461
- -h, --help show CLI help
525
+ -h, --help Show CLI help.
462
526
  -p, --purge remove eggs configurations files
463
527
  -v, --verbose verbose
464
528
 
529
+ DESCRIPTION
530
+ remove eggs and others stuff
531
+
465
532
  EXAMPLES
466
533
  $ sudo eggs remove
467
534
  remove eggs
468
535
 
469
536
  $ sudo eggs remove --purge
470
- remove eggs, eggs configurations, packages prerequisites
537
+ remove eggs, eggs configurations, configuration's files
538
+
539
+ $ sudo eggs remove --autoremove
540
+ remove eggs, eggs configurations, packages dependencies
471
541
  ```
472
542
 
473
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/remove.ts)_
543
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/remove.ts)_
474
544
 
475
- ## `eggs tools:clean`
545
+ ## `eggs tools clean`
476
546
 
477
547
  clean system log, apt, etc
478
548
 
479
549
  ```
480
550
  USAGE
481
- $ eggs tools:clean
551
+ $ eggs tools clean [-h] [-v]
482
552
 
483
- OPTIONS
484
- -h, --help show CLI help
553
+ FLAGS
554
+ -h, --help Show CLI help.
485
555
  -v, --verbose verbose
486
556
 
557
+ DESCRIPTION
558
+ clean system log, apt, etc
559
+
487
560
  ALIASES
488
561
  $ eggs clean
489
562
  ```
490
563
 
491
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/tools/clean.ts)_
492
-
493
- ## `eggs tools:locales`
564
+ ## `eggs tools locales`
494
565
 
495
566
  install/clean locales
496
567
 
497
568
  ```
498
569
  USAGE
499
- $ eggs tools:locales
570
+ $ eggs tools locales [-h] [-r] [-v]
500
571
 
501
- OPTIONS
502
- -h, --help show CLI help
572
+ FLAGS
573
+ -h, --help Show CLI help.
503
574
  -r, --reinstall reinstall locales
504
575
  -v, --verbose verbose
505
- ```
506
576
 
507
- _See code: [src/commands/tools/locales.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/tools/locales.ts)_
577
+ DESCRIPTION
578
+ install/clean locales
579
+ ```
508
580
 
509
- ## `eggs tools:skel`
581
+ ## `eggs tools skel`
510
582
 
511
583
  update skel from home configuration
512
584
 
513
585
  ```
514
586
  USAGE
515
- $ eggs tools:skel
587
+ $ eggs tools skel [-h] [-u <value>] [-v]
516
588
 
517
- OPTIONS
518
- -h, --help show CLI help
519
- -u, --user=user user to be used
589
+ FLAGS
590
+ -h, --help Show CLI help.
591
+ -u, --user=<value> user to be used
520
592
  -v, --verbose
521
593
 
594
+ DESCRIPTION
595
+ update skel from home configuration
596
+
522
597
  ALIASES
523
598
  $ eggs skel
524
599
 
525
- EXAMPLE
600
+ EXAMPLES
526
601
  $ eggs skel --user mauro
527
602
  desktop configuration of user mauro will get used as default
528
603
  ```
529
604
 
530
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/tools/skel.ts)_
531
-
532
- ## `eggs tools:stat`
605
+ ## `eggs tools stat`
533
606
 
534
607
  get statistics from sourceforge
535
608
 
536
609
  ```
537
610
  USAGE
538
- $ eggs tools:stat
611
+ $ eggs tools stat [-h] [-m] [-y]
539
612
 
540
- OPTIONS
541
- -h, --help show CLI help
613
+ FLAGS
614
+ -h, --help Show CLI help.
542
615
  -m, --month current month
543
616
  -y, --year current year
544
617
 
618
+ DESCRIPTION
619
+ get statistics from sourceforge
620
+
545
621
  ALIASES
546
622
  $ eggs stat
547
623
  ```
548
624
 
549
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/tools/stat.ts)_
550
-
551
- ## `eggs tools:yolk`
625
+ ## `eggs tools yolk`
552
626
 
553
627
  configure eggs to install without internet
554
628
 
555
629
  ```
556
630
  USAGE
557
- $ eggs tools:yolk
631
+ $ eggs tools yolk [-h] [-v]
558
632
 
559
- OPTIONS
560
- -h, --help show CLI help
633
+ FLAGS
634
+ -h, --help Show CLI help.
561
635
  -v, --verbose
562
636
 
563
- EXAMPLE
637
+ DESCRIPTION
638
+ configure eggs to install without internet
639
+
640
+ EXAMPLES
564
641
  $ eggs yolk -v
565
642
  ```
566
643
 
567
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/tools/yolk.ts)_
568
-
569
644
  ## `eggs update`
570
645
 
571
646
  update the penguin's eggs tool
572
647
 
573
648
  ```
574
649
  USAGE
575
- $ eggs update
650
+ $ eggs update [-h] [-a] [-b] [-v]
576
651
 
577
- OPTIONS
652
+ FLAGS
578
653
  -a, --apt if eggs package is .deb, update from distro repositories
579
654
  -b, --basket if eggs package is .deb, update from eggs basket
580
- -h, --help show CLI help
581
- -n, --npm if eggs package is .npm, update from npmjs.com
655
+ -h, --help Show CLI help.
582
656
  -v, --verbose verbose
583
657
 
584
- EXAMPLE
658
+ DESCRIPTION
659
+ update the penguin's eggs tool
660
+
661
+ EXAMPLES
585
662
  $ eggs update
586
663
  update/upgrade the penguin's eggs tool
587
664
  ```
588
665
 
589
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.0.30/src/commands/update.ts)_
666
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/update.ts)_
667
+
668
+ ## `eggs version`
669
+
670
+ ```
671
+ USAGE
672
+ $ eggs version
673
+ ```
674
+
675
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
590
676
  <!-- commandsstop -->
591
677
 
592
678
  # Terminal samples
@@ -597,11 +683,13 @@ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eg
597
683
  No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
598
684
 
599
685
  ## More informations
600
- There is [user's manual](https://penguins-eggs.net/book/) and same other documentation in [documents folder](./documents) of this repository.
686
+ There is a [Penguin's eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**, in particular we have [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) who descrive how to use eggs in manjaro.
601
687
 
602
- * [penguin's eggs blog](https://penguins-eggs.net)
688
+ * [blog](https://penguins-eggs.net)
603
689
  * [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
604
690
  * [sources](https://github.com/pieroproietti/penguins-krill)
691
+ * [telegram](telegram.me/PieroProietti)
692
+ * [twitter](https://twitter.com/pieroproietti)
605
693
 
606
694
  You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
607
695