penguins-eggs 25.11.12 → 25.11.21
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 +149 -140
- package/README.md +726 -1
- package/README.pdf +1343 -2331
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
- package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
- package/addons/eggs/theme/applications/install-system.desktop +0 -0
- package/assets/calamares/install-system.sh +0 -0
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +0 -0
- package/assets/penguins-links-add.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev.js +0 -0
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +8 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
- package/conf/distros/focal/calamares/libexec/.keepit +0 -0
- package/conf/distros/focal/calamares/libexec/README.md +5 -0
- package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +15 -0
- package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +38 -0
- package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +34 -0
- package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +19 -0
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +26 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +12 -0
- package/conf/distros/focal/calamares/modules/bootloader.yml +86 -0
- package/conf/distros/focal/calamares/modules/bootloader.yml.old +35 -0
- package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/focal/calamares/modules/finished.yml +6 -0
- package/conf/distros/focal/calamares/modules/fstab.yml +63 -0
- package/conf/distros/focal/calamares/modules/grubcfg.yml +51 -0
- package/conf/distros/focal/calamares/modules/keyboard.yml +29 -0
- package/conf/distros/focal/calamares/modules/locale.yml +7 -0
- package/conf/distros/focal/calamares/modules/machineid.yml +10 -0
- package/conf/distros/focal/calamares/modules/mount.yml +20 -0
- package/conf/distros/focal/calamares/modules/netinstall.yml +5 -0
- package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
- package/conf/distros/focal/calamares/modules/partition.yml +21 -0
- package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/focal/calamares/modules/shellprocess@aptsources.yml +11 -0
- package/conf/distros/focal/calamares/modules/shellprocess@boot_deploy.yml +9 -0
- package/conf/distros/focal/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
- package/conf/distros/focal/calamares/modules/shellprocess@install_translations.yml +8 -0
- package/conf/distros/focal/calamares/modules/shellprocess@logs.yml +8 -0
- package/conf/distros/focal/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
- package/conf/distros/focal/calamares/modules/shellprocess@nomodeset.yml +12 -0
- package/conf/distros/focal/calamares/modules/umount.yml +4 -0
- package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/focal/calamares/modules/users.yml +27 -0
- package/conf/distros/focal/calamares/modules/welcome.yml +24 -0
- package/conf/distros/focal/calamares/settings.yml +97 -0
- package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/opensuse/calamares/settings.yml +0 -0
- package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/init/unattended.sh +0 -0
- package/dist/appimage/first-run-check.d.ts +8 -0
- package/dist/appimage/first-run-check.js +13 -0
- package/dist/appimage/prerequisites.d.ts +34 -0
- package/dist/appimage/prerequisites.js +350 -0
- package/dist/bin/dev.cmd +3 -0
- package/dist/bin/dev.js +6 -0
- package/dist/bin/run.cmd +3 -0
- package/dist/bin/run.js +5 -0
- package/dist/classes/cli-autologin.js +4 -4
- package/dist/classes/diversions.d.ts +5 -0
- package/dist/classes/diversions.js +23 -7
- package/dist/classes/pacman.js +10 -11
- package/dist/classes/utils.d.ts +4 -0
- package/dist/classes/utils.js +19 -3
- package/dist/commands/calamares.js +1 -1
- package/dist/commands/config.js +2 -2
- package/dist/commands/{analyze.d.ts → export/appimage.d.ts} +10 -9
- package/dist/commands/export/appimage.js +76 -0
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/export/pkg.d.ts +1 -1
- package/dist/commands/export/pkg.js +2 -2
- package/dist/commands/{install.d.ts → krill.d.ts} +3 -4
- package/dist/commands/{install.js → krill.js} +5 -6
- package/dist/commands/produce.js +1 -1
- package/dist/commands/setup.d.ts +21 -0
- package/dist/commands/setup.js +90 -0
- package/dist/commands/tools/repo.d.ts +0 -5
- package/dist/commands/tools/repo.js +205 -127
- package/dist/commands/update.d.ts +1 -1
- package/dist/commands/update.js +68 -59
- package/dist/krill/components/information.js +2 -2
- package/dist/krill/components/title.js +13 -13
- package/dist/lib/utils.d.ts +16 -0
- package/dist/lib/utils.js +24 -32
- package/dracut/create-symlink +0 -0
- package/dracut/export +0 -0
- package/dracut/export-dracut-analysis +0 -0
- package/dracut/export-dracut-log +0 -0
- package/dracut/mkisofs +0 -0
- package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
- package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
- package/dracut/modules.d/90block/block-cmdline.sh +0 -0
- package/dracut/modules.d/90block/module-setup.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
- package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
- package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
- package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
- package/dracut/renew-initramfs +0 -0
- package/dracut/sbin2bin +0 -0
- package/dracut/update-dracut-conf-d +0 -0
- package/dracut/update-dracut-modules +0 -0
- package/eui/eui-autostart-cinnamon.desktop +0 -0
- package/eui/eui-autostart-xfce.desktop +0 -0
- package/eui/eui-create-image.sh +0 -0
- package/eui/eui-start.sh +0 -0
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +582 -9
- package/package.json +125 -130
- package/perrisbrewery/scripts/postinst +0 -0
- package/perrisbrewery/scripts/postrm +0 -0
- package/perrisbrewery/scripts/preinst +0 -0
- package/perrisbrewery/scripts/prerm +0 -0
- package/perrisbrewery/template/dependencies.yaml +0 -5
- package/perrisbrewery/template/man.template.md +7 -0
- package/scripts/99clean +0 -0
- package/scripts/_eggs +28 -47
- package/scripts/adapt.sh +0 -0
- package/scripts/appimage-build.sh +152 -0
- package/scripts/appimage-install.sh +43 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +3 -4
- package/scripts/lsb_release +0 -0
- package/scripts/mom.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy +0 -0
- package/dist/commands/analyze.js +0 -95
- package/dist/commands/pods.d.ts +0 -22
- package/dist/commands/pods.js +0 -92
- package/scripts/boot-encrypted-root.sh +0 -220
- package/scripts/mount-encrypted-home.sh +0 -324
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY)
|
|
8
8
|
[](https://sourceforge.net/projects/penguins-eggs/files/)
|
|
9
9
|
[](https://npmjs.org/package/penguins-eggs)
|
|
10
|
+
[](https://appimage.github.io/penguins-eggs/)
|
|
10
11
|
|
|
11
12
|
<a href="https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY">
|
|
12
13
|
<img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/penguins-eggs-300x300.png" width="280" height="300" alt="CD-ROM">
|
|
@@ -486,9 +487,56 @@ sudo eggs produce --max
|
|
|
486
487
|
> 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.
|
|
487
488
|
# Commands
|
|
488
489
|
<!-- commands -->
|
|
490
|
+
* [`eggs adapt`](#eggs-adapt)
|
|
489
491
|
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
492
|
+
* [`eggs calamares`](#eggs-calamares)
|
|
493
|
+
* [`eggs config`](#eggs-config)
|
|
494
|
+
* [`eggs cuckoo`](#eggs-cuckoo)
|
|
495
|
+
* [`eggs dad`](#eggs-dad)
|
|
496
|
+
* [`eggs export appimage`](#eggs-export-appimage)
|
|
497
|
+
* [`eggs export iso`](#eggs-export-iso)
|
|
498
|
+
* [`eggs export pkg`](#eggs-export-pkg)
|
|
499
|
+
* [`eggs export tarballs`](#eggs-export-tarballs)
|
|
490
500
|
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
501
|
+
* [`eggs kill`](#eggs-kill)
|
|
502
|
+
* [`eggs krill`](#eggs-krill)
|
|
503
|
+
* [`eggs love`](#eggs-love)
|
|
504
|
+
* [`eggs mom`](#eggs-mom)
|
|
505
|
+
* [`eggs produce`](#eggs-produce)
|
|
506
|
+
* [`eggs setup`](#eggs-setup)
|
|
507
|
+
* [`eggs status`](#eggs-status)
|
|
508
|
+
* [`eggs tools clean`](#eggs-tools-clean)
|
|
509
|
+
* [`eggs tools repo`](#eggs-tools-repo)
|
|
510
|
+
* [`eggs tools skel`](#eggs-tools-skel)
|
|
511
|
+
* [`eggs tools stat`](#eggs-tools-stat)
|
|
512
|
+
* [`eggs tools yolk`](#eggs-tools-yolk)
|
|
513
|
+
* [`eggs update`](#eggs-update)
|
|
491
514
|
* [`eggs version`](#eggs-version)
|
|
515
|
+
* [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
|
|
516
|
+
* [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
|
|
517
|
+
* [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
|
|
518
|
+
* [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
|
|
519
|
+
|
|
520
|
+
## `eggs adapt`
|
|
521
|
+
|
|
522
|
+
adapt monitor resolution for VM only
|
|
523
|
+
|
|
524
|
+
```
|
|
525
|
+
USAGE
|
|
526
|
+
$ eggs adapt [-h] [-v]
|
|
527
|
+
|
|
528
|
+
FLAGS
|
|
529
|
+
-h, --help Show CLI help.
|
|
530
|
+
-v, --verbose
|
|
531
|
+
|
|
532
|
+
DESCRIPTION
|
|
533
|
+
adapt monitor resolution for VM only
|
|
534
|
+
|
|
535
|
+
EXAMPLES
|
|
536
|
+
$ eggs adapt
|
|
537
|
+
```
|
|
538
|
+
|
|
539
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/adapt.ts)_
|
|
492
540
|
|
|
493
541
|
## `eggs autocomplete [SHELL]`
|
|
494
542
|
|
|
@@ -521,6 +569,218 @@ EXAMPLES
|
|
|
521
569
|
|
|
522
570
|
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_
|
|
523
571
|
|
|
572
|
+
## `eggs calamares`
|
|
573
|
+
|
|
574
|
+
a GUI system installer - install and configure calamares
|
|
575
|
+
|
|
576
|
+
```
|
|
577
|
+
USAGE
|
|
578
|
+
$ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
|
|
579
|
+
|
|
580
|
+
FLAGS
|
|
581
|
+
-h, --help Show CLI help.
|
|
582
|
+
-i, --install install calamares and its dependencies
|
|
583
|
+
-n, --nointeractive no user interaction
|
|
584
|
+
-p, --policies configure calamares policies
|
|
585
|
+
-r, --release release: remove calamares and all its dependencies after the installation
|
|
586
|
+
-v, --verbose
|
|
587
|
+
--remove remove calamares and its dependencies
|
|
588
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
589
|
+
|
|
590
|
+
DESCRIPTION
|
|
591
|
+
a GUI system installer - install and configure calamares
|
|
592
|
+
|
|
593
|
+
EXAMPLES
|
|
594
|
+
sudo eggs calamares
|
|
595
|
+
|
|
596
|
+
sudo eggs calamares --install
|
|
597
|
+
|
|
598
|
+
sudo eggs calamares --install --theme=/path/to/theme
|
|
599
|
+
|
|
600
|
+
sudo eggs calamares --remove
|
|
601
|
+
```
|
|
602
|
+
|
|
603
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/calamares.ts)_
|
|
604
|
+
|
|
605
|
+
## `eggs config`
|
|
606
|
+
|
|
607
|
+
Configure eggs to run it
|
|
608
|
+
|
|
609
|
+
```
|
|
610
|
+
USAGE
|
|
611
|
+
$ eggs config [-c] [-h] [-n] [-v]
|
|
612
|
+
|
|
613
|
+
FLAGS
|
|
614
|
+
-c, --clean remove old configuration before to create new one
|
|
615
|
+
-h, --help Show CLI help.
|
|
616
|
+
-n, --nointeractive no user interaction
|
|
617
|
+
-v, --verbose verbose
|
|
618
|
+
|
|
619
|
+
DESCRIPTION
|
|
620
|
+
Configure eggs to run it
|
|
621
|
+
|
|
622
|
+
EXAMPLES
|
|
623
|
+
sudo eggs config
|
|
624
|
+
|
|
625
|
+
sudo eggs config --clean
|
|
626
|
+
|
|
627
|
+
sudo eggs config --clean --nointeractive
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/config.ts)_
|
|
631
|
+
|
|
632
|
+
## `eggs cuckoo`
|
|
633
|
+
|
|
634
|
+
PXE start with proxy-dhcp
|
|
635
|
+
|
|
636
|
+
```
|
|
637
|
+
USAGE
|
|
638
|
+
$ eggs cuckoo [-h] [-v]
|
|
639
|
+
|
|
640
|
+
FLAGS
|
|
641
|
+
-h, --help Show CLI help.
|
|
642
|
+
-v, --verbose verbose
|
|
643
|
+
|
|
644
|
+
DESCRIPTION
|
|
645
|
+
PXE start with proxy-dhcp
|
|
646
|
+
|
|
647
|
+
EXAMPLES
|
|
648
|
+
sudo eggs cuckoo
|
|
649
|
+
```
|
|
650
|
+
|
|
651
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/cuckoo.ts)_
|
|
652
|
+
|
|
653
|
+
## `eggs dad`
|
|
654
|
+
|
|
655
|
+
ask help from daddy - TUI configuration helper
|
|
656
|
+
|
|
657
|
+
```
|
|
658
|
+
USAGE
|
|
659
|
+
$ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
|
|
660
|
+
|
|
661
|
+
FLAGS
|
|
662
|
+
-c, --clean remove old configuration before to create
|
|
663
|
+
-d, --default reset to default values
|
|
664
|
+
-f, --file=<value> use a file configuration custom
|
|
665
|
+
-h, --help Show CLI help.
|
|
666
|
+
-n, --nointeractive no user interaction
|
|
667
|
+
-v, --verbose
|
|
668
|
+
|
|
669
|
+
DESCRIPTION
|
|
670
|
+
ask help from daddy - TUI configuration helper
|
|
671
|
+
|
|
672
|
+
EXAMPLES
|
|
673
|
+
sudo dad
|
|
674
|
+
|
|
675
|
+
sudo dad --clean
|
|
676
|
+
|
|
677
|
+
sudo dad --default
|
|
678
|
+
```
|
|
679
|
+
|
|
680
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/dad.ts)_
|
|
681
|
+
|
|
682
|
+
## `eggs export appimage`
|
|
683
|
+
|
|
684
|
+
export penguins-eggs AppImage to the destination host
|
|
685
|
+
|
|
686
|
+
```
|
|
687
|
+
USAGE
|
|
688
|
+
$ eggs export appimage [-c] [-h] [-v]
|
|
689
|
+
|
|
690
|
+
FLAGS
|
|
691
|
+
-c, --clean remove old .AppImage before to copy
|
|
692
|
+
-h, --help Show CLI help.
|
|
693
|
+
-v, --verbose verbose
|
|
694
|
+
|
|
695
|
+
DESCRIPTION
|
|
696
|
+
export penguins-eggs AppImage to the destination host
|
|
697
|
+
|
|
698
|
+
EXAMPLES
|
|
699
|
+
$ eggs export pkg
|
|
700
|
+
|
|
701
|
+
$ eggs export pkg --clean
|
|
702
|
+
|
|
703
|
+
$ eggs export pkg --all
|
|
704
|
+
```
|
|
705
|
+
|
|
706
|
+
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/appimage.ts)_
|
|
707
|
+
|
|
708
|
+
## `eggs export iso`
|
|
709
|
+
|
|
710
|
+
export remastered ISO in the destination host
|
|
711
|
+
|
|
712
|
+
```
|
|
713
|
+
USAGE
|
|
714
|
+
$ eggs export iso [-C] [-c] [-h] [-v]
|
|
715
|
+
|
|
716
|
+
FLAGS
|
|
717
|
+
-C, --checksum export checksums md5 and sha256
|
|
718
|
+
-c, --clean delete old ISOs before to copy
|
|
719
|
+
-h, --help Show CLI help.
|
|
720
|
+
-v, --verbose verbose
|
|
721
|
+
|
|
722
|
+
DESCRIPTION
|
|
723
|
+
export remastered ISO in the destination host
|
|
724
|
+
|
|
725
|
+
EXAMPLES
|
|
726
|
+
$ eggs export iso
|
|
727
|
+
|
|
728
|
+
$ eggs export iso --clean
|
|
729
|
+
```
|
|
730
|
+
|
|
731
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/iso.ts)_
|
|
732
|
+
|
|
733
|
+
## `eggs export pkg`
|
|
734
|
+
|
|
735
|
+
export penguins-eggs package to the destination host
|
|
736
|
+
|
|
737
|
+
```
|
|
738
|
+
USAGE
|
|
739
|
+
$ eggs export pkg [-a] [-c] [-h] [-v]
|
|
740
|
+
|
|
741
|
+
FLAGS
|
|
742
|
+
-a, --all export all archs
|
|
743
|
+
-c, --clean remove old .deb before to copy
|
|
744
|
+
-h, --help Show CLI help.
|
|
745
|
+
-v, --verbose verbose
|
|
746
|
+
|
|
747
|
+
DESCRIPTION
|
|
748
|
+
export penguins-eggs package to the destination host
|
|
749
|
+
|
|
750
|
+
EXAMPLES
|
|
751
|
+
$ eggs export pkg
|
|
752
|
+
|
|
753
|
+
$ eggs export pkg --clean
|
|
754
|
+
|
|
755
|
+
$ eggs export pkg --all
|
|
756
|
+
```
|
|
757
|
+
|
|
758
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/pkg.ts)_
|
|
759
|
+
|
|
760
|
+
## `eggs export tarballs`
|
|
761
|
+
|
|
762
|
+
export pkg/iso/tarballs to the destination host
|
|
763
|
+
|
|
764
|
+
```
|
|
765
|
+
USAGE
|
|
766
|
+
$ eggs export tarballs [-c] [-h] [-v]
|
|
767
|
+
|
|
768
|
+
FLAGS
|
|
769
|
+
-c, --clean remove old .deb before to copy
|
|
770
|
+
-h, --help Show CLI help.
|
|
771
|
+
-v, --verbose verbose
|
|
772
|
+
|
|
773
|
+
DESCRIPTION
|
|
774
|
+
export pkg/iso/tarballs to the destination host
|
|
775
|
+
|
|
776
|
+
EXAMPLES
|
|
777
|
+
$ eggs export tarballs
|
|
778
|
+
|
|
779
|
+
$ eggs export tarballs --clean
|
|
780
|
+
```
|
|
781
|
+
|
|
782
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/tarballs.ts)_
|
|
783
|
+
|
|
524
784
|
## `eggs help [COMMAND]`
|
|
525
785
|
|
|
526
786
|
Display help for eggs.
|
|
@@ -539,7 +799,356 @@ DESCRIPTION
|
|
|
539
799
|
Display help for eggs.
|
|
540
800
|
```
|
|
541
801
|
|
|
542
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
802
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
|
|
803
|
+
|
|
804
|
+
## `eggs kill`
|
|
805
|
+
|
|
806
|
+
kill the eggs/free the nest
|
|
807
|
+
|
|
808
|
+
```
|
|
809
|
+
USAGE
|
|
810
|
+
$ eggs kill [-h] [-i] [-n] [-v]
|
|
811
|
+
|
|
812
|
+
FLAGS
|
|
813
|
+
-h, --help Show CLI help.
|
|
814
|
+
-i, --isos erase all ISOs on remote mount
|
|
815
|
+
-n, --nointeractive no user interaction
|
|
816
|
+
-v, --verbose verbose
|
|
817
|
+
|
|
818
|
+
DESCRIPTION
|
|
819
|
+
kill the eggs/free the nest
|
|
820
|
+
|
|
821
|
+
EXAMPLES
|
|
822
|
+
sudo eggs kill
|
|
823
|
+
```
|
|
824
|
+
|
|
825
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/kill.ts)_
|
|
826
|
+
|
|
827
|
+
## `eggs krill`
|
|
828
|
+
|
|
829
|
+
a TUI system installer - install the system
|
|
830
|
+
|
|
831
|
+
```
|
|
832
|
+
USAGE
|
|
833
|
+
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
|
|
834
|
+
[-u] [-v]
|
|
835
|
+
|
|
836
|
+
FLAGS
|
|
837
|
+
-H, --halt Halt the system after installation
|
|
838
|
+
-N, --none Swap none: 256M
|
|
839
|
+
-R, --replace=<value> Replace partition. eg: --replace /dev/sda3
|
|
840
|
+
-S, --suspend Swap suspend: RAM x 2
|
|
841
|
+
-b, --btrfs Format btrfs
|
|
842
|
+
-c, --chroot chroot before to end
|
|
843
|
+
-d, --domain=<value> Domain name, defult: .local
|
|
844
|
+
-h, --help Show CLI help.
|
|
845
|
+
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
846
|
+
-k, --crypted Crypted CLI installation
|
|
847
|
+
-n, --nointeractive no user interaction
|
|
848
|
+
-p, --pve Proxmox VE install
|
|
849
|
+
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
850
|
+
-s, --small Swap small: RAM
|
|
851
|
+
-t, --testing Just testing krill
|
|
852
|
+
-u, --unattended Unattended installation
|
|
853
|
+
-v, --verbose Verbose
|
|
854
|
+
|
|
855
|
+
DESCRIPTION
|
|
856
|
+
a TUI system installer - install the system
|
|
857
|
+
|
|
858
|
+
EXAMPLES
|
|
859
|
+
sudo eggs install
|
|
860
|
+
|
|
861
|
+
sudo eggs install --unattended --halt
|
|
862
|
+
|
|
863
|
+
sudo eggs install --chroot
|
|
864
|
+
```
|
|
865
|
+
|
|
866
|
+
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/krill.ts)_
|
|
867
|
+
|
|
868
|
+
## `eggs love`
|
|
869
|
+
|
|
870
|
+
the simplest way to get an egg!
|
|
871
|
+
|
|
872
|
+
```
|
|
873
|
+
USAGE
|
|
874
|
+
$ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
|
|
875
|
+
|
|
876
|
+
FLAGS
|
|
877
|
+
-H, --hidden stealth mode
|
|
878
|
+
-c, --clone clone (uncrypted)
|
|
879
|
+
-f, --fullcrypt clone crypted full
|
|
880
|
+
-h, --help Show CLI help.
|
|
881
|
+
-k, --homecrypt clone crypted home
|
|
882
|
+
-n, --nointeractive no user interaction
|
|
883
|
+
-v, --verbose
|
|
884
|
+
|
|
885
|
+
DESCRIPTION
|
|
886
|
+
the simplest way to get an egg!
|
|
887
|
+
|
|
888
|
+
EXAMPLES
|
|
889
|
+
$ eggs auto
|
|
890
|
+
```
|
|
891
|
+
|
|
892
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/love.ts)_
|
|
893
|
+
|
|
894
|
+
## `eggs mom`
|
|
895
|
+
|
|
896
|
+
ask help from mommy - TUI helper
|
|
897
|
+
|
|
898
|
+
```
|
|
899
|
+
USAGE
|
|
900
|
+
$ eggs mom [-h]
|
|
901
|
+
|
|
902
|
+
FLAGS
|
|
903
|
+
-h, --help Show CLI help.
|
|
904
|
+
|
|
905
|
+
DESCRIPTION
|
|
906
|
+
ask help from mommy - TUI helper
|
|
907
|
+
|
|
908
|
+
EXAMPLES
|
|
909
|
+
$ eggs mom
|
|
910
|
+
```
|
|
911
|
+
|
|
912
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/mom.ts)_
|
|
913
|
+
|
|
914
|
+
## `eggs produce`
|
|
915
|
+
|
|
916
|
+
produce a live image from your system
|
|
917
|
+
|
|
918
|
+
```
|
|
919
|
+
USAGE
|
|
920
|
+
$ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
|
|
921
|
+
[-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
|
|
922
|
+
[-y]
|
|
923
|
+
|
|
924
|
+
FLAGS
|
|
925
|
+
-H, --hidden stealth mode
|
|
926
|
+
-K, --kernel=<value> kernel version
|
|
927
|
+
-N, --noicon no icon eggs on desktop
|
|
928
|
+
-P, --prefix=<value> prefix
|
|
929
|
+
-S, --standard standard compression: xz -b 1M
|
|
930
|
+
-c, --clone clone (uncrypted)
|
|
931
|
+
-f, --fullcrypt clone crypted full
|
|
932
|
+
-h, --help Show CLI help.
|
|
933
|
+
-i, --includeRootHome folder /root is included on live
|
|
934
|
+
-k, --homecrypt clone crypted home
|
|
935
|
+
-m, --max max compression: xz -Xbcj ...
|
|
936
|
+
-n, --nointeractive no user interaction
|
|
937
|
+
-p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
|
|
938
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
939
|
+
-v, --verbose verbose
|
|
940
|
+
-y, --yolk force yolk renew
|
|
941
|
+
--addons=<value>... addons to be used: adapt, pve, rsupport
|
|
942
|
+
--basename=<value> basename
|
|
943
|
+
--excludes=<value>... use: static, homes, home
|
|
944
|
+
--links=<value>... desktop links
|
|
945
|
+
--release release: remove penguins-eggs, calamares and dependencies after installation
|
|
946
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
947
|
+
|
|
948
|
+
DESCRIPTION
|
|
949
|
+
produce a live image from your system
|
|
950
|
+
|
|
951
|
+
EXAMPLES
|
|
952
|
+
sudo eggs produce # zstd fast compression
|
|
953
|
+
|
|
954
|
+
sudo eggs produce --pendrive # zstd compression optimized pendrive
|
|
955
|
+
|
|
956
|
+
sudo eggs produce --clone # clear clone (unencrypted)
|
|
957
|
+
|
|
958
|
+
sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
|
|
959
|
+
|
|
960
|
+
sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
|
|
961
|
+
|
|
962
|
+
sudo eggs produce --basename=colibri
|
|
963
|
+
```
|
|
964
|
+
|
|
965
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/produce.ts)_
|
|
966
|
+
|
|
967
|
+
## `eggs setup`
|
|
968
|
+
|
|
969
|
+
Automatically check and install system prerequisites
|
|
970
|
+
|
|
971
|
+
```
|
|
972
|
+
USAGE
|
|
973
|
+
$ eggs setup [-c] [-f]
|
|
974
|
+
|
|
975
|
+
FLAGS
|
|
976
|
+
-c, --check check status only, do not install
|
|
977
|
+
-f, --force force installation even if already installed
|
|
978
|
+
|
|
979
|
+
DESCRIPTION
|
|
980
|
+
Automatically check and install system prerequisites
|
|
981
|
+
|
|
982
|
+
EXAMPLES
|
|
983
|
+
sudo eggs setup # install prerequisites
|
|
984
|
+
|
|
985
|
+
sudo eggs setup --check # check prerequisites presence
|
|
986
|
+
|
|
987
|
+
sudo eggs setup --force # force prerequisites install
|
|
988
|
+
```
|
|
989
|
+
|
|
990
|
+
_See code: [src/commands/setup.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/setup.ts)_
|
|
991
|
+
|
|
992
|
+
## `eggs status`
|
|
993
|
+
|
|
994
|
+
informations about eggs status
|
|
995
|
+
|
|
996
|
+
```
|
|
997
|
+
USAGE
|
|
998
|
+
$ eggs status [-h] [-v]
|
|
999
|
+
|
|
1000
|
+
FLAGS
|
|
1001
|
+
-h, --help Show CLI help.
|
|
1002
|
+
-v, --verbose
|
|
1003
|
+
|
|
1004
|
+
DESCRIPTION
|
|
1005
|
+
informations about eggs status
|
|
1006
|
+
|
|
1007
|
+
EXAMPLES
|
|
1008
|
+
$ eggs status
|
|
1009
|
+
```
|
|
1010
|
+
|
|
1011
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/status.ts)_
|
|
1012
|
+
|
|
1013
|
+
## `eggs tools clean`
|
|
1014
|
+
|
|
1015
|
+
clean system log, apt, etc
|
|
1016
|
+
|
|
1017
|
+
```
|
|
1018
|
+
USAGE
|
|
1019
|
+
$ eggs tools clean [-h] [-n] [-v]
|
|
1020
|
+
|
|
1021
|
+
FLAGS
|
|
1022
|
+
-h, --help Show CLI help.
|
|
1023
|
+
-n, --nointeractive no user interaction
|
|
1024
|
+
-v, --verbose verbose
|
|
1025
|
+
|
|
1026
|
+
DESCRIPTION
|
|
1027
|
+
clean system log, apt, etc
|
|
1028
|
+
|
|
1029
|
+
EXAMPLES
|
|
1030
|
+
sudo eggs tools clean
|
|
1031
|
+
```
|
|
1032
|
+
|
|
1033
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/clean.ts)_
|
|
1034
|
+
|
|
1035
|
+
## `eggs tools repo`
|
|
1036
|
+
|
|
1037
|
+
add/remove penguins-repos
|
|
1038
|
+
|
|
1039
|
+
```
|
|
1040
|
+
USAGE
|
|
1041
|
+
$ eggs tools repo [-a] [-h] [-n] [-r] [-v]
|
|
1042
|
+
|
|
1043
|
+
FLAGS
|
|
1044
|
+
-a, --add add penguins-repos
|
|
1045
|
+
-h, --help Show CLI help.
|
|
1046
|
+
-n, --nointeractive no user interaction
|
|
1047
|
+
-r, --remove remove penguins-repos
|
|
1048
|
+
-v, --verbose verbose
|
|
1049
|
+
|
|
1050
|
+
DESCRIPTION
|
|
1051
|
+
add/remove penguins-repos
|
|
1052
|
+
|
|
1053
|
+
EXAMPLES
|
|
1054
|
+
sudo eggs tools repo --add
|
|
1055
|
+
|
|
1056
|
+
sudo eggs tools repo --remove
|
|
1057
|
+
```
|
|
1058
|
+
|
|
1059
|
+
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/repo.ts)_
|
|
1060
|
+
|
|
1061
|
+
## `eggs tools skel`
|
|
1062
|
+
|
|
1063
|
+
update skel from home configuration
|
|
1064
|
+
|
|
1065
|
+
```
|
|
1066
|
+
USAGE
|
|
1067
|
+
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
1068
|
+
|
|
1069
|
+
FLAGS
|
|
1070
|
+
-h, --help Show CLI help.
|
|
1071
|
+
-u, --user=<value> user to be used
|
|
1072
|
+
-v, --verbose
|
|
1073
|
+
|
|
1074
|
+
DESCRIPTION
|
|
1075
|
+
update skel from home configuration
|
|
1076
|
+
|
|
1077
|
+
EXAMPLES
|
|
1078
|
+
sudo eggs tools skel
|
|
1079
|
+
|
|
1080
|
+
sudo eggs tools skel --user user-to-be-copied
|
|
1081
|
+
```
|
|
1082
|
+
|
|
1083
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/skel.ts)_
|
|
1084
|
+
|
|
1085
|
+
## `eggs tools stat`
|
|
1086
|
+
|
|
1087
|
+
get statistics from sourceforge
|
|
1088
|
+
|
|
1089
|
+
```
|
|
1090
|
+
USAGE
|
|
1091
|
+
$ eggs tools stat [-h] [-m] [-y]
|
|
1092
|
+
|
|
1093
|
+
FLAGS
|
|
1094
|
+
-h, --help Show CLI help.
|
|
1095
|
+
-m, --month current month
|
|
1096
|
+
-y, --year current year
|
|
1097
|
+
|
|
1098
|
+
DESCRIPTION
|
|
1099
|
+
get statistics from sourceforge
|
|
1100
|
+
|
|
1101
|
+
EXAMPLES
|
|
1102
|
+
$ eggs tools stat
|
|
1103
|
+
|
|
1104
|
+
$ eggs tools stat --month
|
|
1105
|
+
|
|
1106
|
+
$ eggs tools stat --year
|
|
1107
|
+
```
|
|
1108
|
+
|
|
1109
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/stat.ts)_
|
|
1110
|
+
|
|
1111
|
+
## `eggs tools yolk`
|
|
1112
|
+
|
|
1113
|
+
configure eggs to install without internet
|
|
1114
|
+
|
|
1115
|
+
```
|
|
1116
|
+
USAGE
|
|
1117
|
+
$ eggs tools yolk [-h] [-v]
|
|
1118
|
+
|
|
1119
|
+
FLAGS
|
|
1120
|
+
-h, --help Show CLI help.
|
|
1121
|
+
-v, --verbose
|
|
1122
|
+
|
|
1123
|
+
DESCRIPTION
|
|
1124
|
+
configure eggs to install without internet
|
|
1125
|
+
|
|
1126
|
+
EXAMPLES
|
|
1127
|
+
sudo eggs tools yolk
|
|
1128
|
+
```
|
|
1129
|
+
|
|
1130
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/yolk.ts)_
|
|
1131
|
+
|
|
1132
|
+
## `eggs update`
|
|
1133
|
+
|
|
1134
|
+
update the Penguins' eggs tool
|
|
1135
|
+
|
|
1136
|
+
```
|
|
1137
|
+
USAGE
|
|
1138
|
+
$ eggs update [-h] [-v]
|
|
1139
|
+
|
|
1140
|
+
FLAGS
|
|
1141
|
+
-h, --help Show CLI help.
|
|
1142
|
+
-v, --verbose verbose
|
|
1143
|
+
|
|
1144
|
+
DESCRIPTION
|
|
1145
|
+
update the Penguins' eggs tool
|
|
1146
|
+
|
|
1147
|
+
EXAMPLES
|
|
1148
|
+
$ eggs update
|
|
1149
|
+
```
|
|
1150
|
+
|
|
1151
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/update.ts)_
|
|
543
1152
|
|
|
544
1153
|
## `eggs version`
|
|
545
1154
|
|
|
@@ -560,6 +1169,122 @@ FLAG DESCRIPTIONS
|
|
|
560
1169
|
```
|
|
561
1170
|
|
|
562
1171
|
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
|
|
1172
|
+
|
|
1173
|
+
## `eggs wardrobe get [REPO]`
|
|
1174
|
+
|
|
1175
|
+
get warorobe
|
|
1176
|
+
|
|
1177
|
+
```
|
|
1178
|
+
USAGE
|
|
1179
|
+
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
1180
|
+
|
|
1181
|
+
ARGUMENTS
|
|
1182
|
+
[REPO] repository to get
|
|
1183
|
+
|
|
1184
|
+
FLAGS
|
|
1185
|
+
-h, --help Show CLI help.
|
|
1186
|
+
-v, --verbose
|
|
1187
|
+
|
|
1188
|
+
DESCRIPTION
|
|
1189
|
+
get warorobe
|
|
1190
|
+
|
|
1191
|
+
EXAMPLES
|
|
1192
|
+
$ eggs wardrobe get
|
|
1193
|
+
|
|
1194
|
+
$ eggs wardrobe get your-wardrobe
|
|
1195
|
+
```
|
|
1196
|
+
|
|
1197
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/get.ts)_
|
|
1198
|
+
|
|
1199
|
+
## `eggs wardrobe list [REPO]`
|
|
1200
|
+
|
|
1201
|
+
list costumes and accessoires in wardrobe
|
|
1202
|
+
|
|
1203
|
+
```
|
|
1204
|
+
USAGE
|
|
1205
|
+
$ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
|
|
1206
|
+
|
|
1207
|
+
ARGUMENTS
|
|
1208
|
+
[REPO] wardrobe to get
|
|
1209
|
+
|
|
1210
|
+
FLAGS
|
|
1211
|
+
-d, --distro=<value> distro
|
|
1212
|
+
-h, --help Show CLI help.
|
|
1213
|
+
-v, --verbose
|
|
1214
|
+
|
|
1215
|
+
DESCRIPTION
|
|
1216
|
+
list costumes and accessoires in wardrobe
|
|
1217
|
+
|
|
1218
|
+
EXAMPLES
|
|
1219
|
+
$ eggs wardrobe list
|
|
1220
|
+
|
|
1221
|
+
$ eggs wardrobe list your-wardrobe
|
|
1222
|
+
|
|
1223
|
+
$ eggs wardrobe list --distro arch
|
|
1224
|
+
```
|
|
1225
|
+
|
|
1226
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/list.ts)_
|
|
1227
|
+
|
|
1228
|
+
## `eggs wardrobe show [REPO]`
|
|
1229
|
+
|
|
1230
|
+
show costumes/accessories in wardrobe
|
|
1231
|
+
|
|
1232
|
+
```
|
|
1233
|
+
USAGE
|
|
1234
|
+
$ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
|
|
1235
|
+
|
|
1236
|
+
ARGUMENTS
|
|
1237
|
+
[REPO] costume to show
|
|
1238
|
+
|
|
1239
|
+
FLAGS
|
|
1240
|
+
-h, --help Show CLI help.
|
|
1241
|
+
-j, --json output JSON
|
|
1242
|
+
-v, --verbose
|
|
1243
|
+
-w, --wardrobe=<value> wardrobe
|
|
1244
|
+
|
|
1245
|
+
DESCRIPTION
|
|
1246
|
+
show costumes/accessories in wardrobe
|
|
1247
|
+
|
|
1248
|
+
EXAMPLES
|
|
1249
|
+
$ eggs wardrobe show colibri
|
|
1250
|
+
|
|
1251
|
+
$ eggs wardrobe show accessories/firmwares
|
|
1252
|
+
|
|
1253
|
+
$ eggs wardrobe show accessories/
|
|
1254
|
+
```
|
|
1255
|
+
|
|
1256
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/show.ts)_
|
|
1257
|
+
|
|
1258
|
+
## `eggs wardrobe wear [REPO]`
|
|
1259
|
+
|
|
1260
|
+
wear costume/accessories from wardrobe
|
|
1261
|
+
|
|
1262
|
+
```
|
|
1263
|
+
USAGE
|
|
1264
|
+
$ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
|
|
1265
|
+
|
|
1266
|
+
ARGUMENTS
|
|
1267
|
+
[REPO] costume to wear
|
|
1268
|
+
|
|
1269
|
+
FLAGS
|
|
1270
|
+
-a, --no_accessories not install accessories
|
|
1271
|
+
-f, --no_firmwares not install firmwares
|
|
1272
|
+
-h, --help Show CLI help.
|
|
1273
|
+
-v, --verbose
|
|
1274
|
+
-w, --wardrobe=<value> wardrobe
|
|
1275
|
+
|
|
1276
|
+
DESCRIPTION
|
|
1277
|
+
wear costume/accessories from wardrobe
|
|
1278
|
+
|
|
1279
|
+
EXAMPLES
|
|
1280
|
+
sudo eggs wardrobe wear duck
|
|
1281
|
+
|
|
1282
|
+
sudo eggs wardrobe wear accessories/firmwares
|
|
1283
|
+
|
|
1284
|
+
sudo eggs wardrobe wear wagtail/waydroid
|
|
1285
|
+
```
|
|
1286
|
+
|
|
1287
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/wear.ts)_
|
|
563
1288
|
<!-- commandsstop -->
|
|
564
1289
|
|
|
565
1290
|
# GUI
|