penguins-eggs 25.9.2 → 25.9.7

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 (101) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +47 -45
  3. package/README.pdf +815 -801
  4. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  5. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  6. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  7. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  8. package/assets/calamares/install-system.sh +0 -0
  9. package/assets/penguins-eggs.desktop +0 -0
  10. package/assets/penguins-krill.desktop +0 -0
  11. package/assets/penguins-links-add.desktop +0 -0
  12. package/assets/penguins-live-installer.desktop +0 -0
  13. package/bin/dev.js +0 -0
  14. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  15. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  16. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  20. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  22. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  23. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  24. package/conf/distros/openmamba/calamares/modules/users.yml +1 -1
  25. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  26. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  27. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  28. package/conf/exclude.list.d/master.list +4 -0
  29. package/conf/init/unattended.sh +0 -0
  30. package/dist/classes/incubation/incubator.js +5 -1
  31. package/dist/classes/utils.d/kernel.d.ts +9 -1
  32. package/dist/classes/utils.d/kernel.js +86 -1
  33. package/dist/classes/utils.d.ts +2 -1
  34. package/dist/classes/utils.js +14 -2
  35. package/dist/commands/export/pkg.js +16 -22
  36. package/dist/commands/tools/ppa.d.ts +6 -0
  37. package/dist/commands/tools/ppa.js +73 -26
  38. package/dist/commands/update.d.ts +2 -7
  39. package/dist/commands/update.js +102 -91
  40. package/dist/krill/classes/sequence.d/bootloader.js +24 -10
  41. package/dist/krill/classes/sequence.d/bootloader_config.js +58 -8
  42. package/dist/krill/classes/sequence.d/mkfs.js +8 -4
  43. package/dist/krill/classes/sequence.d/mount_vfs.js +24 -5
  44. package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +7 -5
  45. package/dist/krill/classes/sequence.js +9 -9
  46. package/dist/penguins-eggs_25.9.7-1_amd64.deb +0 -0
  47. package/dist/penguins-eggs_25.9.7-1_amd64.deb.sha256 +1 -0
  48. package/dist/penguins-eggs_25.9.7-1_arm64.deb +0 -0
  49. package/dist/penguins-eggs_25.9.7-1_arm64.deb.sha256 +1 -0
  50. package/dist/penguins-eggs_25.9.7-1_i386.deb +0 -0
  51. package/dist/penguins-eggs_25.9.7-1_i386.deb.sha256 +1 -0
  52. package/eui/eui-autostart-cinnamon.desktop +0 -0
  53. package/eui/eui-autostart-xfce.desktop +0 -0
  54. package/eui/eui-create-image.sh +0 -0
  55. package/eui/eui-start.sh +0 -0
  56. package/package.json +131 -125
  57. package/perrisbrewery/scripts/postinst +0 -0
  58. package/perrisbrewery/scripts/postrm +0 -0
  59. package/perrisbrewery/scripts/preinst +0 -0
  60. package/perrisbrewery/scripts/prerm +0 -0
  61. package/perrisbrewery/template/dependencies-bionic.yaml +6 -23
  62. package/pods/almalinux.sh +0 -0
  63. package/pods/archlinux.sh +0 -0
  64. package/pods/ci/kernel-overlay-install.sh +0 -0
  65. package/pods/ci/minimal/almalinux-container2host.sh +0 -0
  66. package/pods/ci/minimal/archlinux-container2host.sh +0 -0
  67. package/pods/ci/minimal/debian-container2host.sh +0 -0
  68. package/pods/ci/minimal/fedora-container2host.sh +0 -0
  69. package/pods/ci/minimal/manjaro-container2host.sh +0 -0
  70. package/pods/ci/minimal/opensuse-container2host.sh +0 -0
  71. package/pods/ci/penguins-eggs-execute.sh +0 -0
  72. package/pods/ci/penguins-eggs-install.sh +0 -0
  73. package/pods/ci/run +0 -0
  74. package/pods/ci/run-on-almalinux.sh +0 -0
  75. package/pods/ci/run-on-archlinux.sh +0 -0
  76. package/pods/ci/run-on-debian.sh +0 -0
  77. package/pods/ci/run-on-devuan.sh +0 -0
  78. package/pods/ci/run-on-fedora.sh +0 -0
  79. package/pods/ci/run-on-manjaro.sh +0 -0
  80. package/pods/ci/run-on-opensuse.sh +0 -0
  81. package/pods/ci/run-on-rockylinux.sh +0 -0
  82. package/pods/ci/run-on-ubuntu.sh +0 -0
  83. package/pods/debian.sh +0 -0
  84. package/pods/devuan.sh +0 -0
  85. package/pods/fedora.sh +0 -0
  86. package/pods/lmde.sh +0 -0
  87. package/pods/manjaro.sh +0 -0
  88. package/pods/opensuse.sh +0 -0
  89. package/pods/podman.command.sh +0 -0
  90. package/pods/rocky.sh +0 -0
  91. package/pods/run-build-packages-debs.sh +0 -0
  92. package/pods/run-create-debs.sh +0 -0
  93. package/pods/ubuntu.sh +0 -0
  94. package/scripts/99clean +0 -0
  95. package/scripts/adapt.sh +0 -0
  96. package/scripts/bros/waydroid-helper.sh +0 -0
  97. package/scripts/lsb_release +0 -0
  98. package/scripts/mom.sh +0 -0
  99. package/scripts/pve-live.service +0 -0
  100. package/scripts/pve-live.sh +0 -0
  101. package/scripts/resy +0 -0
@@ -1621,5 +1621,5 @@
1621
1621
  ]
1622
1622
  }
1623
1623
  },
1624
- "version": "25.9.2"
1624
+ "version": "25.9.7"
1625
1625
  }
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![ver](https://img.shields.io/npm/v/penguins-eggs.svg)](https://npmjs.org/package/penguins-eggs)
10
10
 
11
11
  <a href="https://drive.google.com/drive/folders/19M7fDEebPZjEY4yHD79zSMWFndCPishN">
12
- <img src="./images/cdrom.png" width="280" height="300" alt="CD-ROM">
12
+ <img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/penguins-eggs-300x300.png" width="280" height="300" alt="CD-ROM">
13
13
  </a>
14
14
 
15
15
  It took years of work to create the penguins-eggs, and I also incurred expenses for renting the site and subscribing to Google Gemini, for the artificial intelligence that is now indispensable.
@@ -18,6 +18,8 @@ It took years of work to create the penguins-eggs, and I also incurred expenses
18
18
 
19
19
  ## Index
20
20
  <!-- toc -->
21
+ * [README](#readme)
22
+ * [Penguin&#39;s eggs are generated and new birds are ready to fly...](#penguin39s-eggs-are-generated-and-new-birds-are-ready-to-fly)
21
23
  * [Presentation](#presentation)
22
24
  * [Installation](#installation)
23
25
  * [Introduction](#introduction)
@@ -52,21 +54,21 @@ Here’s a breakdown of what it’s used for:
52
54
 
53
55
  * System Backup and Cloning: You can use penguins-eggs to create a snapshot of your current Linux system, including installed packages, configurations, and user data (if you choose). This can be handy for disaster recovery or migrating to a new machine.
54
56
 
55
- Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/get-eggs/blob/main/SUPPORTED-DISTROS.md) to get more informations.
57
+ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md) to get more informations.
56
58
 
57
59
  # Installation
58
60
 
59
61
  ## penguins-eggs-25.7.x installation
60
62
  `penguins-eggs-25.7.x` depends on `nodejs >18`, which is not directly available on all distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) for adding them.
61
63
 
62
- ### using get-eggs
63
- It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/get-eggs/blob/main/SUPPORTED-DISTROS.md).
64
+ ### using fresh-eggs
65
+ It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md).
64
66
 
65
- [get-eggs](https://github.com/pieroproietti/get-eggs) configure automatically `nodesource` when need, and install the right package for your distro. Copy and paste, the follow commands:
67
+ [fresh-eggs](https://github.com/pieroproietti/fresh-eggs) configure automatically `nodesource` when need, and install the right package for your distro. Copy and paste, the follow commands:
66
68
  ```
67
- git clone https://github.com/pieroproietti/get-eggs
68
- cd get-eggs
69
- sudo ./get-eggs.sh
69
+ git clone https://github.com/pieroproietti/fresh-eggs
70
+ cd fresh-eggs
71
+ sudo ./fresh-eggs.sh
70
72
  ```
71
73
  And follow instructions.
72
74
 
@@ -79,10 +81,10 @@ Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://peng
79
81
  I created and maintain a package for Alpine. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/alpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
80
82
 
81
83
  ### Arch
82
- Just download and install penguins-eggs-25.x.x using [get-eggs](https://github.com/pieroproietti/get-eggs).
84
+ Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
83
85
 
84
86
  ### Debian, Devuan, Ubuntu
85
- Just download and install penguins-eggs-25.x.x using [get-eggs](https://github.com/pieroproietti/get-eggs).
87
+ Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
86
88
 
87
89
  #### Debian 10 Buster, Debian 11 Bullseye
88
90
  Before to install `penguins-eggs-25.x.x`, add the repos from `nodesource`. Follow these [instructions](https://github.com/pieroproietti/penguins-eggs/issues/368) to get `nodejs>18` available.
@@ -284,15 +286,15 @@ Overall, Eggs' packages offer a comprehensive and user-friendly experience, with
284
286
 
285
287
 
286
288
  ### Install eggs
287
- There are multiple methods available, lately I prefer `get-eggs` way, working for all the supported distros: Arch, Debian, Devuan, Manjaro, Ubuntu and derivatives.:
289
+ There are multiple methods available, lately I prefer `fresh-eggs` way, working for all the supported distros: Arch, Debian, Devuan, Manjaro, Ubuntu and derivatives.:
288
290
 
289
291
  ```
290
- git clone https://github.com/pieroproietti/get-eggs
291
- cd get-eggs
292
- sudo ./get-eggs.sh
292
+ git clone https://github.com/pieroproietti/fresh-eggs
293
+ cd fresh-eggs
294
+ sudo ./fresh-eggs.sh
293
295
  ```
294
296
 
295
- `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.
297
+ `fresh-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.
296
298
 
297
299
  This let to install, update, remove `penguins-eggs` like a native package.
298
300
 
@@ -316,7 +318,7 @@ This command will add the penguins-eggs-ppa repository to your system, allowing
316
318
  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.
317
319
 
318
320
  ##### Using penguins-eggs-ppa
319
- 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:
321
+ For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `fresh-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:
320
322
 
321
323
  ```
322
324
  curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
@@ -384,7 +386,7 @@ sudo pacman -Sy penguins-eggs
384
386
  ```
385
387
  This command will synchronize the package databases and install penguins-eggs on your system.
386
388
 
387
- Alternatively, you can use a utility called `get-eggs`. This script will add the AUR repository and install penguins-eggs on your system.
389
+ Alternatively, you can use a utility called `fresh-eggs`. This script will add the AUR repository and install penguins-eggs on your system.
388
390
 
389
391
  It's possible too to use the popular AUR helper tool called `yay`. Simply run the following command:
390
392
  ```
@@ -534,7 +536,7 @@ EXAMPLES
534
536
  $ eggs adapt
535
537
  ```
536
538
 
537
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/adapt.ts)_
539
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/adapt.ts)_
538
540
 
539
541
  ## `eggs analyze`
540
542
 
@@ -555,7 +557,7 @@ EXAMPLES
555
557
  sudo eggs analyze
556
558
  ```
557
559
 
558
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/analyze.ts)_
560
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/analyze.ts)_
559
561
 
560
562
  ## `eggs autocomplete [SHELL]`
561
563
 
@@ -619,7 +621,7 @@ EXAMPLES
619
621
  sudo eggs calamares --remove
620
622
  ```
621
623
 
622
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/calamares.ts)_
624
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/calamares.ts)_
623
625
 
624
626
  ## `eggs config`
625
627
 
@@ -646,7 +648,7 @@ EXAMPLES
646
648
  sudo eggs config --clean --nointeractive
647
649
  ```
648
650
 
649
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/config.ts)_
651
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/config.ts)_
650
652
 
651
653
  ## `eggs cuckoo`
652
654
 
@@ -667,7 +669,7 @@ EXAMPLES
667
669
  sudo eggs cuckoo
668
670
  ```
669
671
 
670
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/cuckoo.ts)_
672
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/cuckoo.ts)_
671
673
 
672
674
  ## `eggs dad`
673
675
 
@@ -696,7 +698,7 @@ EXAMPLES
696
698
  sudo dad --default
697
699
  ```
698
700
 
699
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/dad.ts)_
701
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/dad.ts)_
700
702
 
701
703
  ## `eggs export iso`
702
704
 
@@ -721,7 +723,7 @@ EXAMPLES
721
723
  $ eggs export iso --clean
722
724
  ```
723
725
 
724
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/iso.ts)_
726
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/iso.ts)_
725
727
 
726
728
  ## `eggs export pkg`
727
729
 
@@ -748,7 +750,7 @@ EXAMPLES
748
750
  $ eggs export pkg --all
749
751
  ```
750
752
 
751
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/pkg.ts)_
753
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/pkg.ts)_
752
754
 
753
755
  ## `eggs export tarballs`
754
756
 
@@ -772,7 +774,7 @@ EXAMPLES
772
774
  $ eggs export tarballs --clean
773
775
  ```
774
776
 
775
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/tarballs.ts)_
777
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/tarballs.ts)_
776
778
 
777
779
  ## `eggs help [COMMAND]`
778
780
 
@@ -834,7 +836,7 @@ EXAMPLES
834
836
  sudo eggs install --chroot
835
837
  ```
836
838
 
837
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/install.ts)_
839
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/install.ts)_
838
840
 
839
841
  ## `eggs kill`
840
842
 
@@ -857,7 +859,7 @@ EXAMPLES
857
859
  sudo eggs kill
858
860
  ```
859
861
 
860
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/kill.ts)_
862
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/kill.ts)_
861
863
 
862
864
  ## `eggs krill`
863
865
 
@@ -919,7 +921,7 @@ EXAMPLES
919
921
  $ eggs auto
920
922
  ```
921
923
 
922
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/love.ts)_
924
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/love.ts)_
923
925
 
924
926
  ## `eggs mom`
925
927
 
@@ -939,7 +941,7 @@ EXAMPLES
939
941
  $ eggs mom
940
942
  ```
941
943
 
942
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/mom.ts)_
944
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/mom.ts)_
943
945
 
944
946
  ## `eggs pods [DISTRO]`
945
947
 
@@ -966,7 +968,7 @@ EXAMPLES
966
968
  $ eggs pods ubuntu
967
969
  ```
968
970
 
969
- _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/pods.ts)_
971
+ _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/pods.ts)_
970
972
 
971
973
  ## `eggs produce`
972
974
 
@@ -1027,7 +1029,7 @@ EXAMPLES
1027
1029
  sudo eggs produce --excludes home # exclude ~/*
1028
1030
  ```
1029
1031
 
1030
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/produce.ts)_
1032
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/produce.ts)_
1031
1033
 
1032
1034
  ## `eggs status`
1033
1035
 
@@ -1048,7 +1050,7 @@ EXAMPLES
1048
1050
  $ eggs status
1049
1051
  ```
1050
1052
 
1051
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/status.ts)_
1053
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/status.ts)_
1052
1054
 
1053
1055
  ## `eggs syncfrom`
1054
1056
 
@@ -1074,7 +1076,7 @@ EXAMPLES
1074
1076
  sudo eggs syncfrom --file /path/to/luks-volume
1075
1077
  ```
1076
1078
 
1077
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/syncfrom.ts)_
1079
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncfrom.ts)_
1078
1080
 
1079
1081
  ## `eggs syncto`
1080
1082
 
@@ -1101,7 +1103,7 @@ EXAMPLES
1101
1103
  sudo eggs syncto --excludes
1102
1104
  ```
1103
1105
 
1104
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/syncto.ts)_
1106
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncto.ts)_
1105
1107
 
1106
1108
  ## `eggs tools clean`
1107
1109
 
@@ -1123,7 +1125,7 @@ EXAMPLES
1123
1125
  sudo eggs tools clean
1124
1126
  ```
1125
1127
 
1126
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/clean.ts)_
1128
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/clean.ts)_
1127
1129
 
1128
1130
  ## `eggs tools ppa`
1129
1131
 
@@ -1149,7 +1151,7 @@ EXAMPLES
1149
1151
  sudo eggs tools ppa --remove
1150
1152
  ```
1151
1153
 
1152
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/ppa.ts)_
1154
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/ppa.ts)_
1153
1155
 
1154
1156
  ## `eggs tools skel`
1155
1157
 
@@ -1173,7 +1175,7 @@ EXAMPLES
1173
1175
  sudo eggs tools skel --user user-to-be-copied
1174
1176
  ```
1175
1177
 
1176
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/skel.ts)_
1178
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/skel.ts)_
1177
1179
 
1178
1180
  ## `eggs tools stat`
1179
1181
 
@@ -1199,7 +1201,7 @@ EXAMPLES
1199
1201
  $ eggs tools stat --year
1200
1202
  ```
1201
1203
 
1202
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/stat.ts)_
1204
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/stat.ts)_
1203
1205
 
1204
1206
  ## `eggs tools yolk`
1205
1207
 
@@ -1220,7 +1222,7 @@ EXAMPLES
1220
1222
  sudo eggs tools yolk
1221
1223
  ```
1222
1224
 
1223
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/yolk.ts)_
1225
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/yolk.ts)_
1224
1226
 
1225
1227
  ## `eggs update`
1226
1228
 
@@ -1241,7 +1243,7 @@ EXAMPLES
1241
1243
  $ eggs update
1242
1244
  ```
1243
1245
 
1244
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/update.ts)_
1246
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/update.ts)_
1245
1247
 
1246
1248
  ## `eggs version`
1247
1249
 
@@ -1287,7 +1289,7 @@ EXAMPLES
1287
1289
  $ eggs wardrobe get your-wardrobe
1288
1290
  ```
1289
1291
 
1290
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/get.ts)_
1292
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/get.ts)_
1291
1293
 
1292
1294
  ## `eggs wardrobe list [REPO]`
1293
1295
 
@@ -1316,7 +1318,7 @@ EXAMPLES
1316
1318
  $ eggs wardrobe list --distro arch
1317
1319
  ```
1318
1320
 
1319
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/list.ts)_
1321
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/list.ts)_
1320
1322
 
1321
1323
  ## `eggs wardrobe show [REPO]`
1322
1324
 
@@ -1346,7 +1348,7 @@ EXAMPLES
1346
1348
  $ eggs wardrobe show accessories/
1347
1349
  ```
1348
1350
 
1349
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/show.ts)_
1351
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/show.ts)_
1350
1352
 
1351
1353
  ## `eggs wardrobe wear [REPO]`
1352
1354
 
@@ -1377,7 +1379,7 @@ EXAMPLES
1377
1379
  sudo eggs wardrobe wear wagtail/waydroid
1378
1380
  ```
1379
1381
 
1380
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/wear.ts)_
1382
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/wear.ts)_
1381
1383
  <!-- commandsstop -->
1382
1384
 
1383
1385
  # GUI