penguins-eggs 25.11.29 → 25.12.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.
- package/.oclif.manifest.json +1 -1
- package/README.md +72 -110
- package/README.pdf +11041 -10623
- package/conf/derivatives.yaml +2 -1
- package/conf/exclude.list.d/var.list +11 -6
- package/dist/appimage/dependency-manager.js +1 -1
- package/dist/classes/cli-autologin.js +77 -52
- package/dist/classes/compressors.d.ts +7 -10
- package/dist/classes/compressors.js +44 -31
- package/dist/classes/distro.js +2 -2
- package/dist/classes/diversions.js +2 -3
- package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +2 -5
- package/dist/classes/incubation/fisherman-helper/initcpio.js +7 -4
- package/dist/classes/incubation/fisherman-helper/settings.js +1 -1
- package/dist/classes/incubation/fisherman.js +1 -1
- package/dist/classes/incubation/incubator.js +1 -1
- package/dist/classes/ovary.d/create-xdg-autostart.js +1 -1
- package/dist/classes/ovary.d/edit-live-fs.d.ts +1 -12
- package/dist/classes/ovary.d/edit-live-fs.js +129 -135
- package/dist/classes/ovary.d/make-dot-disk.js +1 -1
- package/dist/classes/ovary.d/produce.js +1 -1
- package/dist/classes/ovary.d/user-create-live.d.ts +4 -10
- package/dist/classes/ovary.d/user-create-live.js +82 -84
- package/dist/classes/ovary.d/users-remove.d.ts +5 -6
- package/dist/classes/ovary.d/users-remove.js +61 -31
- package/dist/classes/ovary.d.ts +2 -2
- package/dist/classes/ovary.js +2 -2
- package/dist/classes/pacman.d/alpine.js +2 -2
- package/dist/classes/pacman.d/archlinux.js +2 -2
- package/dist/classes/pacman.d/debian.js +2 -3
- package/dist/classes/pacman.d/fedora.js +2 -3
- package/dist/classes/pacman.d/openmamba.js +2 -3
- package/dist/classes/pacman.d/opensuse.js +2 -3
- package/dist/classes/pacman.d.ts +0 -5
- package/dist/classes/pacman.js +3 -16
- package/dist/classes/pve-live.js +1 -1
- package/dist/classes/settings.js +1 -1
- package/dist/classes/sys-users.d.ts +76 -0
- package/dist/classes/sys-users.js +206 -0
- package/dist/classes/utils.d/kernel.js +3 -3
- package/dist/classes/utils.d.ts +15 -6
- package/dist/classes/utils.js +79 -46
- package/dist/classes/xdg.js +1 -1
- package/dist/classes/yolk.js +2 -4
- package/dist/commands/export/appimage.js +3 -3
- package/dist/commands/export/pkg.js +3 -3
- package/dist/commands/export/tarballs.js +3 -3
- package/dist/commands/krill.js +1 -1
- package/dist/commands/produce.js +9 -4
- package/dist/commands/setup/install.js +1 -1
- package/dist/commands/setup/purge.js +1 -1
- package/dist/commands/tools/yolk.js +1 -1
- package/dist/commands/update.js +1 -2
- package/dist/interfaces/i-exec.d.ts +1 -0
- package/dist/krill/classes/prepare.d/location.js +1 -1
- package/dist/krill/classes/prepare.d/partitions.js +1 -1
- package/dist/krill/classes/prepare.d/users.js +2 -2
- package/dist/krill/classes/prepare.js +5 -5
- package/dist/krill/classes/sequence.d/add_user.d.ts +3 -15
- package/dist/krill/classes/sequence.d/add_user.js +87 -57
- package/dist/krill/classes/sequence.d/change_password.d.ts +5 -7
- package/dist/krill/classes/sequence.d/change_password.js +25 -10
- package/dist/krill/classes/sequence.d/del_live_user.d.ts +5 -7
- package/dist/krill/classes/sequence.d/del_live_user.js +39 -25
- package/dist/krill/classes/sequence.d/fstab.js +1 -1
- package/dist/krill/classes/sequence.d/grubcfg.d.ts +3 -7
- package/dist/krill/classes/sequence.d/grubcfg.js +33 -13
- package/dist/krill/classes/sequence.d/mkfs.js +1 -2
- package/dist/krill/classes/sequence.d/unpackfs.d.ts +2 -4
- package/dist/krill/classes/sequence.d/unpackfs.js +8 -5
- package/dist/krill/classes/sequence.js +2 -3
- package/dist/krill/components/title.js +2 -2
- package/dist/krill/lib/select_installation_device.js +1 -1
- package/dist/krill/lib/select_replaced_partition.js +1 -1
- package/dist/lib/utils.d.ts +51 -19
- package/dist/lib/utils.js +225 -20
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +8 -8
- package/package.json +9 -9
- package/perrisbrewery/template/dependencies.yaml +1 -0
- package/scripts/boot-encrypted-root.sh +220 -0
- package/scripts/mount-encrypted-home.sh +324 -0
- package/dracut/create-symlink +0 -71
- package/dracut/dracut-log.txt +0 -3
- package/dracut/export +0 -4
- package/dracut/export-dracut-analysis +0 -51
- package/dracut/export-dracut-log +0 -2
- package/dracut/mkisofs +0 -10
- package/dracut/renew-initramfs +0 -17
- package/dracut/sbin2bin +0 -10
- package/dracut/update-dracut-conf-d +0 -2
- package/dracut/update-dracut-modules +0 -62
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -61,12 +61,27 @@ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu,
|
|
|
61
61
|
## AppImage
|
|
62
62
|
[](https://github.com/pieroproietti/penguins-eggs/releases)
|
|
63
63
|
|
|
64
|
+
|
|
64
65
|
Although penguins-eggs has only recently been released as an AppImage, it is perhaps the simplest method. All you need is to get the penguins-eggs AppImage: open a browser at the url: `https://github.com/pieroproietti/penguins-eggs`, on the right side, find `latest release`, download the AppImage `penguins-eggs-25.x.x-1-x86_64.AppImage` and launch it using `sudo`
|
|
65
66
|
|
|
66
67
|
The AppImage will be be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
|
|
67
68
|
|
|
68
69
|
`eggs love` to get your system remastered as live ISO.
|
|
69
70
|
|
|
71
|
+
## Before to try AppImage depending on your distro, you need this packages installed:
|
|
72
|
+
* Alpine: `sudo apk add fuse`
|
|
73
|
+
* Arch/Manjaro: `sudo pacman -S fuse2`
|
|
74
|
+
* Debian/Devuan/Ubuntu: `sudo apt-get install fuse libfuse2`
|
|
75
|
+
* Fedora/RHEL: `sudo dnf install fuse fuse-libs`
|
|
76
|
+
* Opensuse: `sudo zypper install fuse fuse-libs`
|
|
77
|
+
|
|
78
|
+
## AppImage installation
|
|
79
|
+
penguins-eggs as an AppImage, it can be installed on all supported distributions. Download it from [github.com/pieroproietti](https://github.com/pieroproietti/penguins-eggs/releases) or on [appimage.github.io](https://appimage.github.io/penguins-eggs), then run the following commands:
|
|
80
|
+
```
|
|
81
|
+
$ chmod +x penguins-eggs-25.11.29-1-x86_64.AppImage
|
|
82
|
+
$ sudo ./penguins-eggs-25.11.29-1-x86_64.AppImage
|
|
83
|
+
```
|
|
84
|
+
|
|
70
85
|
Note that the AppImage version and the native version consist of exactly the same code and install/remove the same native dependencies on every distro.
|
|
71
86
|
|
|
72
87
|
## Native packages
|
|
@@ -498,89 +513,36 @@ sudo eggs produce --max
|
|
|
498
513
|
> 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.
|
|
499
514
|
# Commands
|
|
500
515
|
<!-- commands -->
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
- [Packages](#packages)
|
|
532
|
-
- [Debian families](#debian-families)
|
|
533
|
-
- [Install eggs](#install-eggs)
|
|
534
|
-
- [Debian families](#debian-families-1)
|
|
535
|
-
- [Download and install penguins-eggs packages](#download-and-install-penguins-eggs-packages)
|
|
536
|
-
- [Using penguins-eggs-ppa](#using-penguins-eggs-ppa)
|
|
537
|
-
- [Upgrade eggs](#upgrade-eggs)
|
|
538
|
-
- [Arch families](#arch-families)
|
|
539
|
-
- [Arch](#arch-1)
|
|
540
|
-
- [Manjaro](#manjaro-1)
|
|
541
|
-
- [Usage](#usage)
|
|
542
|
-
- [Examples](#examples)
|
|
543
|
-
- [Compression](#compression)
|
|
544
|
-
- [Commands](#commands)
|
|
545
|
-
- [`eggs adapt`](#eggs-adapt)
|
|
546
|
-
- [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
547
|
-
- [`eggs calamares`](#eggs-calamares)
|
|
548
|
-
- [`eggs config`](#eggs-config)
|
|
549
|
-
- [`eggs cuckoo`](#eggs-cuckoo)
|
|
550
|
-
- [`eggs dad`](#eggs-dad)
|
|
551
|
-
- [`eggs export appimage`](#eggs-export-appimage)
|
|
552
|
-
- [`eggs export iso`](#eggs-export-iso)
|
|
553
|
-
- [`eggs export pkg`](#eggs-export-pkg)
|
|
554
|
-
- [`eggs export tarballs`](#eggs-export-tarballs)
|
|
555
|
-
- [`eggs help [COMMAND]`](#eggs-help-command)
|
|
556
|
-
- [`eggs kill`](#eggs-kill)
|
|
557
|
-
- [`eggs krill`](#eggs-krill)
|
|
558
|
-
- [`eggs love`](#eggs-love)
|
|
559
|
-
- [`eggs mom`](#eggs-mom)
|
|
560
|
-
- [`eggs produce`](#eggs-produce)
|
|
561
|
-
- [`eggs setup install`](#eggs-setup-install)
|
|
562
|
-
- [`eggs setup purge`](#eggs-setup-purge)
|
|
563
|
-
- [`eggs status`](#eggs-status)
|
|
564
|
-
- [`eggs tools clean`](#eggs-tools-clean)
|
|
565
|
-
- [`eggs tools repo`](#eggs-tools-repo)
|
|
566
|
-
- [`eggs tools skel`](#eggs-tools-skel)
|
|
567
|
-
- [`eggs tools stat`](#eggs-tools-stat)
|
|
568
|
-
- [`eggs tools yolk`](#eggs-tools-yolk)
|
|
569
|
-
- [`eggs update`](#eggs-update)
|
|
570
|
-
- [`eggs version`](#eggs-version)
|
|
571
|
-
- [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
|
|
572
|
-
- [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
|
|
573
|
-
- [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
|
|
574
|
-
- [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
|
|
575
|
-
- [GUI](#gui)
|
|
576
|
-
- [eggsmaker](#eggsmaker)
|
|
577
|
-
- [A project by Jorge Luis Endres.](#a-project-by-jorge-luis-endres)
|
|
578
|
-
- [Book](#book)
|
|
579
|
-
- [That's all, Folks!](#thats-all-folks)
|
|
580
|
-
- [More Information](#more-information)
|
|
581
|
-
- [A word of thanks](#a-word-of-thanks)
|
|
582
|
-
- [Star History](#star-history)
|
|
583
|
-
- [Copyright and licenses](#copyright-and-licenses)
|
|
516
|
+
* [`eggs adapt`](#eggs-adapt)
|
|
517
|
+
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
518
|
+
* [`eggs calamares`](#eggs-calamares)
|
|
519
|
+
* [`eggs config`](#eggs-config)
|
|
520
|
+
* [`eggs cuckoo`](#eggs-cuckoo)
|
|
521
|
+
* [`eggs dad`](#eggs-dad)
|
|
522
|
+
* [`eggs export appimage`](#eggs-export-appimage)
|
|
523
|
+
* [`eggs export iso`](#eggs-export-iso)
|
|
524
|
+
* [`eggs export pkg`](#eggs-export-pkg)
|
|
525
|
+
* [`eggs export tarballs`](#eggs-export-tarballs)
|
|
526
|
+
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
527
|
+
* [`eggs kill`](#eggs-kill)
|
|
528
|
+
* [`eggs krill`](#eggs-krill)
|
|
529
|
+
* [`eggs love`](#eggs-love)
|
|
530
|
+
* [`eggs mom`](#eggs-mom)
|
|
531
|
+
* [`eggs produce`](#eggs-produce)
|
|
532
|
+
* [`eggs setup install`](#eggs-setup-install)
|
|
533
|
+
* [`eggs setup purge`](#eggs-setup-purge)
|
|
534
|
+
* [`eggs status`](#eggs-status)
|
|
535
|
+
* [`eggs tools clean`](#eggs-tools-clean)
|
|
536
|
+
* [`eggs tools repo`](#eggs-tools-repo)
|
|
537
|
+
* [`eggs tools skel`](#eggs-tools-skel)
|
|
538
|
+
* [`eggs tools stat`](#eggs-tools-stat)
|
|
539
|
+
* [`eggs tools yolk`](#eggs-tools-yolk)
|
|
540
|
+
* [`eggs update`](#eggs-update)
|
|
541
|
+
* [`eggs version`](#eggs-version)
|
|
542
|
+
* [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
|
|
543
|
+
* [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
|
|
544
|
+
* [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
|
|
545
|
+
* [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
|
|
584
546
|
|
|
585
547
|
## `eggs adapt`
|
|
586
548
|
|
|
@@ -601,7 +563,7 @@ EXAMPLES
|
|
|
601
563
|
$ eggs adapt
|
|
602
564
|
```
|
|
603
565
|
|
|
604
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
566
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/adapt.ts)_
|
|
605
567
|
|
|
606
568
|
## `eggs autocomplete [SHELL]`
|
|
607
569
|
|
|
@@ -665,7 +627,7 @@ EXAMPLES
|
|
|
665
627
|
sudo eggs calamares --remove
|
|
666
628
|
```
|
|
667
629
|
|
|
668
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
630
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/calamares.ts)_
|
|
669
631
|
|
|
670
632
|
## `eggs config`
|
|
671
633
|
|
|
@@ -692,7 +654,7 @@ EXAMPLES
|
|
|
692
654
|
sudo eggs config --clean --nointeractive
|
|
693
655
|
```
|
|
694
656
|
|
|
695
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
657
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/config.ts)_
|
|
696
658
|
|
|
697
659
|
## `eggs cuckoo`
|
|
698
660
|
|
|
@@ -713,7 +675,7 @@ EXAMPLES
|
|
|
713
675
|
sudo eggs cuckoo
|
|
714
676
|
```
|
|
715
677
|
|
|
716
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
678
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/cuckoo.ts)_
|
|
717
679
|
|
|
718
680
|
## `eggs dad`
|
|
719
681
|
|
|
@@ -742,7 +704,7 @@ EXAMPLES
|
|
|
742
704
|
sudo dad --default
|
|
743
705
|
```
|
|
744
706
|
|
|
745
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
707
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/dad.ts)_
|
|
746
708
|
|
|
747
709
|
## `eggs export appimage`
|
|
748
710
|
|
|
@@ -768,7 +730,7 @@ EXAMPLES
|
|
|
768
730
|
$ eggs export pkg --all
|
|
769
731
|
```
|
|
770
732
|
|
|
771
|
-
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
733
|
+
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/appimage.ts)_
|
|
772
734
|
|
|
773
735
|
## `eggs export iso`
|
|
774
736
|
|
|
@@ -793,7 +755,7 @@ EXAMPLES
|
|
|
793
755
|
$ eggs export iso --clean
|
|
794
756
|
```
|
|
795
757
|
|
|
796
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
758
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/iso.ts)_
|
|
797
759
|
|
|
798
760
|
## `eggs export pkg`
|
|
799
761
|
|
|
@@ -820,7 +782,7 @@ EXAMPLES
|
|
|
820
782
|
$ eggs export pkg --all
|
|
821
783
|
```
|
|
822
784
|
|
|
823
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
785
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/pkg.ts)_
|
|
824
786
|
|
|
825
787
|
## `eggs export tarballs`
|
|
826
788
|
|
|
@@ -844,7 +806,7 @@ EXAMPLES
|
|
|
844
806
|
$ eggs export tarballs --clean
|
|
845
807
|
```
|
|
846
808
|
|
|
847
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
809
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/tarballs.ts)_
|
|
848
810
|
|
|
849
811
|
## `eggs help [COMMAND]`
|
|
850
812
|
|
|
@@ -887,7 +849,7 @@ EXAMPLES
|
|
|
887
849
|
sudo eggs kill
|
|
888
850
|
```
|
|
889
851
|
|
|
890
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
852
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/kill.ts)_
|
|
891
853
|
|
|
892
854
|
## `eggs krill`
|
|
893
855
|
|
|
@@ -928,7 +890,7 @@ EXAMPLES
|
|
|
928
890
|
sudo eggs install --chroot
|
|
929
891
|
```
|
|
930
892
|
|
|
931
|
-
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
893
|
+
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/krill.ts)_
|
|
932
894
|
|
|
933
895
|
## `eggs love`
|
|
934
896
|
|
|
@@ -954,7 +916,7 @@ EXAMPLES
|
|
|
954
916
|
$ eggs auto
|
|
955
917
|
```
|
|
956
918
|
|
|
957
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
919
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/love.ts)_
|
|
958
920
|
|
|
959
921
|
## `eggs mom`
|
|
960
922
|
|
|
@@ -974,7 +936,7 @@ EXAMPLES
|
|
|
974
936
|
$ eggs mom
|
|
975
937
|
```
|
|
976
938
|
|
|
977
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
939
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/mom.ts)_
|
|
978
940
|
|
|
979
941
|
## `eggs produce`
|
|
980
942
|
|
|
@@ -1027,7 +989,7 @@ EXAMPLES
|
|
|
1027
989
|
sudo eggs produce --basename=colibri
|
|
1028
990
|
```
|
|
1029
991
|
|
|
1030
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
992
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/produce.ts)_
|
|
1031
993
|
|
|
1032
994
|
## `eggs setup install`
|
|
1033
995
|
|
|
@@ -1048,7 +1010,7 @@ EXAMPLES
|
|
|
1048
1010
|
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
1049
1011
|
```
|
|
1050
1012
|
|
|
1051
|
-
_See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1013
|
+
_See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/setup/install.ts)_
|
|
1052
1014
|
|
|
1053
1015
|
## `eggs setup purge`
|
|
1054
1016
|
|
|
@@ -1069,7 +1031,7 @@ EXAMPLES
|
|
|
1069
1031
|
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
1070
1032
|
```
|
|
1071
1033
|
|
|
1072
|
-
_See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1034
|
+
_See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/setup/purge.ts)_
|
|
1073
1035
|
|
|
1074
1036
|
## `eggs status`
|
|
1075
1037
|
|
|
@@ -1090,7 +1052,7 @@ EXAMPLES
|
|
|
1090
1052
|
$ eggs status
|
|
1091
1053
|
```
|
|
1092
1054
|
|
|
1093
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1055
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/status.ts)_
|
|
1094
1056
|
|
|
1095
1057
|
## `eggs tools clean`
|
|
1096
1058
|
|
|
@@ -1112,7 +1074,7 @@ EXAMPLES
|
|
|
1112
1074
|
sudo eggs tools clean
|
|
1113
1075
|
```
|
|
1114
1076
|
|
|
1115
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1077
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/clean.ts)_
|
|
1116
1078
|
|
|
1117
1079
|
## `eggs tools repo`
|
|
1118
1080
|
|
|
@@ -1138,7 +1100,7 @@ EXAMPLES
|
|
|
1138
1100
|
sudo eggs tools repo --remove
|
|
1139
1101
|
```
|
|
1140
1102
|
|
|
1141
|
-
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1103
|
+
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/repo.ts)_
|
|
1142
1104
|
|
|
1143
1105
|
## `eggs tools skel`
|
|
1144
1106
|
|
|
@@ -1162,7 +1124,7 @@ EXAMPLES
|
|
|
1162
1124
|
sudo eggs tools skel --user user-to-be-copied
|
|
1163
1125
|
```
|
|
1164
1126
|
|
|
1165
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1127
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/skel.ts)_
|
|
1166
1128
|
|
|
1167
1129
|
## `eggs tools stat`
|
|
1168
1130
|
|
|
@@ -1188,7 +1150,7 @@ EXAMPLES
|
|
|
1188
1150
|
$ eggs tools stat --year
|
|
1189
1151
|
```
|
|
1190
1152
|
|
|
1191
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1153
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/stat.ts)_
|
|
1192
1154
|
|
|
1193
1155
|
## `eggs tools yolk`
|
|
1194
1156
|
|
|
@@ -1209,7 +1171,7 @@ EXAMPLES
|
|
|
1209
1171
|
sudo eggs tools yolk
|
|
1210
1172
|
```
|
|
1211
1173
|
|
|
1212
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1174
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/yolk.ts)_
|
|
1213
1175
|
|
|
1214
1176
|
## `eggs update`
|
|
1215
1177
|
|
|
@@ -1230,7 +1192,7 @@ EXAMPLES
|
|
|
1230
1192
|
$ eggs update
|
|
1231
1193
|
```
|
|
1232
1194
|
|
|
1233
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1195
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/update.ts)_
|
|
1234
1196
|
|
|
1235
1197
|
## `eggs version`
|
|
1236
1198
|
|
|
@@ -1276,7 +1238,7 @@ EXAMPLES
|
|
|
1276
1238
|
$ eggs wardrobe get your-wardrobe
|
|
1277
1239
|
```
|
|
1278
1240
|
|
|
1279
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1241
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/get.ts)_
|
|
1280
1242
|
|
|
1281
1243
|
## `eggs wardrobe list [REPO]`
|
|
1282
1244
|
|
|
@@ -1305,7 +1267,7 @@ EXAMPLES
|
|
|
1305
1267
|
$ eggs wardrobe list --distro arch
|
|
1306
1268
|
```
|
|
1307
1269
|
|
|
1308
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1270
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/list.ts)_
|
|
1309
1271
|
|
|
1310
1272
|
## `eggs wardrobe show [REPO]`
|
|
1311
1273
|
|
|
@@ -1335,7 +1297,7 @@ EXAMPLES
|
|
|
1335
1297
|
$ eggs wardrobe show accessories/
|
|
1336
1298
|
```
|
|
1337
1299
|
|
|
1338
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1300
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/show.ts)_
|
|
1339
1301
|
|
|
1340
1302
|
## `eggs wardrobe wear [REPO]`
|
|
1341
1303
|
|
|
@@ -1366,7 +1328,7 @@ EXAMPLES
|
|
|
1366
1328
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1367
1329
|
```
|
|
1368
1330
|
|
|
1369
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1331
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/wear.ts)_
|
|
1370
1332
|
<!-- commandsstop -->
|
|
1371
1333
|
|
|
1372
1334
|
# GUI
|