penguins-eggs 25.9.3 → 25.9.8
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 +45 -45
- package/README.pdf +815 -801
- 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/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +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/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/exclude.list.d/master.list +4 -0
- package/conf/init/unattended.sh +0 -0
- package/dist/classes/utils.d/kernel.d.ts +6 -5
- package/dist/classes/utils.d/kernel.js +74 -43
- package/dist/commands/export/pkg.js +18 -23
- package/dist/commands/tools/ppa.d.ts +6 -0
- package/dist/commands/tools/ppa.js +73 -26
- package/dist/commands/update.d.ts +2 -7
- package/dist/commands/update.js +102 -91
- package/dist/krill/classes/sequence.d/bootloader.js +1 -2
- package/dist/krill/classes/sequence.d/bootloader_config.js +1 -3
- package/dist/penguins-eggs_25.9.8-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.9.8-1_amd64.deb.sha256 +1 -0
- package/dist/penguins-eggs_25.9.8-1_arm64.deb +0 -0
- package/dist/penguins-eggs_25.9.8-1_arm64.deb.sha256 +1 -0
- package/dist/penguins-eggs_25.9.8-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.9.8-1_i386.deb.sha256 +1 -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/package.json +125 -131
- 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/pods/almalinux.sh +0 -0
- package/pods/archlinux.sh +0 -0
- package/pods/ci/kernel-overlay-install.sh +0 -0
- package/pods/ci/minimal/almalinux-container2host.sh +0 -0
- package/pods/ci/minimal/archlinux-container2host.sh +0 -0
- package/pods/ci/minimal/debian-container2host.sh +0 -0
- package/pods/ci/minimal/fedora-container2host.sh +0 -0
- package/pods/ci/minimal/manjaro-container2host.sh +0 -0
- package/pods/ci/minimal/opensuse-container2host.sh +0 -0
- package/pods/ci/penguins-eggs-execute.sh +0 -0
- package/pods/ci/penguins-eggs-install.sh +0 -0
- package/pods/ci/run +0 -0
- package/pods/ci/run-on-almalinux.sh +0 -0
- package/pods/ci/run-on-archlinux.sh +0 -0
- package/pods/ci/run-on-debian.sh +0 -0
- package/pods/ci/run-on-devuan.sh +0 -0
- package/pods/ci/run-on-fedora.sh +0 -0
- package/pods/ci/run-on-manjaro.sh +0 -0
- package/pods/ci/run-on-opensuse.sh +0 -0
- package/pods/ci/run-on-rockylinux.sh +0 -0
- package/pods/ci/run-on-ubuntu.sh +0 -0
- package/pods/debian.sh +0 -0
- package/pods/devuan.sh +0 -0
- package/pods/fedora.sh +0 -0
- package/pods/lmde.sh +0 -0
- package/pods/manjaro.sh +0 -0
- package/pods/opensuse.sh +0 -0
- package/pods/podman.command.sh +0 -0
- package/pods/rocky.sh +0 -0
- package/pods/run-build-packages-debs.sh +0 -0
- package/pods/run-create-debs.sh +0 -0
- package/pods/ubuntu.sh +0 -0
- package/scripts/99clean +0 -0
- package/scripts/adapt.sh +0 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- 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/penguins-eggs_25.9.3-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.9.3-1_amd64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.9.3-1_arm64.deb +0 -0
- package/dist/penguins-eggs_25.9.3-1_arm64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.9.3-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.9.3-1_i386.deb.sha256 +0 -1
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://npmjs.org/package/penguins-eggs)
|
|
10
10
|
|
|
11
11
|
<a href="https://drive.google.com/drive/folders/19M7fDEebPZjEY4yHD79zSMWFndCPishN">
|
|
12
|
-
<img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/
|
|
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.
|
|
@@ -54,21 +54,21 @@ Here’s a breakdown of what it’s used for:
|
|
|
54
54
|
|
|
55
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.
|
|
56
56
|
|
|
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/
|
|
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.
|
|
58
58
|
|
|
59
59
|
# Installation
|
|
60
60
|
|
|
61
61
|
## penguins-eggs-25.7.x installation
|
|
62
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.
|
|
63
63
|
|
|
64
|
-
### using
|
|
65
|
-
It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/
|
|
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).
|
|
66
66
|
|
|
67
|
-
[
|
|
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:
|
|
68
68
|
```
|
|
69
|
-
git clone https://github.com/pieroproietti/
|
|
70
|
-
cd
|
|
71
|
-
sudo ./
|
|
69
|
+
git clone https://github.com/pieroproietti/fresh-eggs
|
|
70
|
+
cd fresh-eggs
|
|
71
|
+
sudo ./fresh-eggs.sh
|
|
72
72
|
```
|
|
73
73
|
And follow instructions.
|
|
74
74
|
|
|
@@ -81,10 +81,10 @@ Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://peng
|
|
|
81
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/).
|
|
82
82
|
|
|
83
83
|
### Arch
|
|
84
|
-
Just download and install penguins-eggs-25.x.x using [
|
|
84
|
+
Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
|
|
85
85
|
|
|
86
86
|
### Debian, Devuan, Ubuntu
|
|
87
|
-
Just download and install penguins-eggs-25.x.x using [
|
|
87
|
+
Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
|
|
88
88
|
|
|
89
89
|
#### Debian 10 Buster, Debian 11 Bullseye
|
|
90
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.
|
|
@@ -286,15 +286,15 @@ Overall, Eggs' packages offer a comprehensive and user-friendly experience, with
|
|
|
286
286
|
|
|
287
287
|
|
|
288
288
|
### Install eggs
|
|
289
|
-
There are multiple methods available, lately I prefer `
|
|
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.:
|
|
290
290
|
|
|
291
291
|
```
|
|
292
|
-
git clone https://github.com/pieroproietti/
|
|
293
|
-
cd
|
|
294
|
-
sudo ./
|
|
292
|
+
git clone https://github.com/pieroproietti/fresh-eggs
|
|
293
|
+
cd fresh-eggs
|
|
294
|
+
sudo ./fresh-eggs.sh
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
`
|
|
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.
|
|
298
298
|
|
|
299
299
|
This let to install, update, remove `penguins-eggs` like a native package.
|
|
300
300
|
|
|
@@ -318,7 +318,7 @@ This command will add the penguins-eggs-ppa repository to your system, allowing
|
|
|
318
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.
|
|
319
319
|
|
|
320
320
|
##### Using penguins-eggs-ppa
|
|
321
|
-
For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `
|
|
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:
|
|
322
322
|
|
|
323
323
|
```
|
|
324
324
|
curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
|
|
@@ -386,7 +386,7 @@ sudo pacman -Sy penguins-eggs
|
|
|
386
386
|
```
|
|
387
387
|
This command will synchronize the package databases and install penguins-eggs on your system.
|
|
388
388
|
|
|
389
|
-
Alternatively, you can use a utility called `
|
|
389
|
+
Alternatively, you can use a utility called `fresh-eggs`. This script will add the AUR repository and install penguins-eggs on your system.
|
|
390
390
|
|
|
391
391
|
It's possible too to use the popular AUR helper tool called `yay`. Simply run the following command:
|
|
392
392
|
```
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ eggs adapt
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
539
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/adapt.ts)_
|
|
540
540
|
|
|
541
541
|
## `eggs analyze`
|
|
542
542
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
sudo eggs analyze
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
560
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/analyze.ts)_
|
|
561
561
|
|
|
562
562
|
## `eggs autocomplete [SHELL]`
|
|
563
563
|
|
|
@@ -621,7 +621,7 @@ EXAMPLES
|
|
|
621
621
|
sudo eggs calamares --remove
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
624
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/calamares.ts)_
|
|
625
625
|
|
|
626
626
|
## `eggs config`
|
|
627
627
|
|
|
@@ -648,7 +648,7 @@ EXAMPLES
|
|
|
648
648
|
sudo eggs config --clean --nointeractive
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
651
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/config.ts)_
|
|
652
652
|
|
|
653
653
|
## `eggs cuckoo`
|
|
654
654
|
|
|
@@ -669,7 +669,7 @@ EXAMPLES
|
|
|
669
669
|
sudo eggs cuckoo
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
672
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/cuckoo.ts)_
|
|
673
673
|
|
|
674
674
|
## `eggs dad`
|
|
675
675
|
|
|
@@ -698,7 +698,7 @@ EXAMPLES
|
|
|
698
698
|
sudo dad --default
|
|
699
699
|
```
|
|
700
700
|
|
|
701
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
701
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/dad.ts)_
|
|
702
702
|
|
|
703
703
|
## `eggs export iso`
|
|
704
704
|
|
|
@@ -723,7 +723,7 @@ EXAMPLES
|
|
|
723
723
|
$ eggs export iso --clean
|
|
724
724
|
```
|
|
725
725
|
|
|
726
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
726
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/iso.ts)_
|
|
727
727
|
|
|
728
728
|
## `eggs export pkg`
|
|
729
729
|
|
|
@@ -750,7 +750,7 @@ EXAMPLES
|
|
|
750
750
|
$ eggs export pkg --all
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
753
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/pkg.ts)_
|
|
754
754
|
|
|
755
755
|
## `eggs export tarballs`
|
|
756
756
|
|
|
@@ -774,7 +774,7 @@ EXAMPLES
|
|
|
774
774
|
$ eggs export tarballs --clean
|
|
775
775
|
```
|
|
776
776
|
|
|
777
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
777
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/tarballs.ts)_
|
|
778
778
|
|
|
779
779
|
## `eggs help [COMMAND]`
|
|
780
780
|
|
|
@@ -836,7 +836,7 @@ EXAMPLES
|
|
|
836
836
|
sudo eggs install --chroot
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
839
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/install.ts)_
|
|
840
840
|
|
|
841
841
|
## `eggs kill`
|
|
842
842
|
|
|
@@ -859,7 +859,7 @@ EXAMPLES
|
|
|
859
859
|
sudo eggs kill
|
|
860
860
|
```
|
|
861
861
|
|
|
862
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
862
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/kill.ts)_
|
|
863
863
|
|
|
864
864
|
## `eggs krill`
|
|
865
865
|
|
|
@@ -921,7 +921,7 @@ EXAMPLES
|
|
|
921
921
|
$ eggs auto
|
|
922
922
|
```
|
|
923
923
|
|
|
924
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
924
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/love.ts)_
|
|
925
925
|
|
|
926
926
|
## `eggs mom`
|
|
927
927
|
|
|
@@ -941,7 +941,7 @@ EXAMPLES
|
|
|
941
941
|
$ eggs mom
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
944
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/mom.ts)_
|
|
945
945
|
|
|
946
946
|
## `eggs pods [DISTRO]`
|
|
947
947
|
|
|
@@ -968,7 +968,7 @@ EXAMPLES
|
|
|
968
968
|
$ eggs pods ubuntu
|
|
969
969
|
```
|
|
970
970
|
|
|
971
|
-
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
971
|
+
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/pods.ts)_
|
|
972
972
|
|
|
973
973
|
## `eggs produce`
|
|
974
974
|
|
|
@@ -1029,7 +1029,7 @@ EXAMPLES
|
|
|
1029
1029
|
sudo eggs produce --excludes home # exclude ~/*
|
|
1030
1030
|
```
|
|
1031
1031
|
|
|
1032
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1032
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/produce.ts)_
|
|
1033
1033
|
|
|
1034
1034
|
## `eggs status`
|
|
1035
1035
|
|
|
@@ -1050,7 +1050,7 @@ EXAMPLES
|
|
|
1050
1050
|
$ eggs status
|
|
1051
1051
|
```
|
|
1052
1052
|
|
|
1053
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1053
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/status.ts)_
|
|
1054
1054
|
|
|
1055
1055
|
## `eggs syncfrom`
|
|
1056
1056
|
|
|
@@ -1076,7 +1076,7 @@ EXAMPLES
|
|
|
1076
1076
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1079
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncfrom.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `eggs syncto`
|
|
1082
1082
|
|
|
@@ -1103,7 +1103,7 @@ EXAMPLES
|
|
|
1103
1103
|
sudo eggs syncto --excludes
|
|
1104
1104
|
```
|
|
1105
1105
|
|
|
1106
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1106
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncto.ts)_
|
|
1107
1107
|
|
|
1108
1108
|
## `eggs tools clean`
|
|
1109
1109
|
|
|
@@ -1125,7 +1125,7 @@ EXAMPLES
|
|
|
1125
1125
|
sudo eggs tools clean
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1128
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/clean.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `eggs tools ppa`
|
|
1131
1131
|
|
|
@@ -1151,7 +1151,7 @@ EXAMPLES
|
|
|
1151
1151
|
sudo eggs tools ppa --remove
|
|
1152
1152
|
```
|
|
1153
1153
|
|
|
1154
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1154
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/ppa.ts)_
|
|
1155
1155
|
|
|
1156
1156
|
## `eggs tools skel`
|
|
1157
1157
|
|
|
@@ -1175,7 +1175,7 @@ EXAMPLES
|
|
|
1175
1175
|
sudo eggs tools skel --user user-to-be-copied
|
|
1176
1176
|
```
|
|
1177
1177
|
|
|
1178
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1178
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/skel.ts)_
|
|
1179
1179
|
|
|
1180
1180
|
## `eggs tools stat`
|
|
1181
1181
|
|
|
@@ -1201,7 +1201,7 @@ EXAMPLES
|
|
|
1201
1201
|
$ eggs tools stat --year
|
|
1202
1202
|
```
|
|
1203
1203
|
|
|
1204
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1204
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/stat.ts)_
|
|
1205
1205
|
|
|
1206
1206
|
## `eggs tools yolk`
|
|
1207
1207
|
|
|
@@ -1222,7 +1222,7 @@ EXAMPLES
|
|
|
1222
1222
|
sudo eggs tools yolk
|
|
1223
1223
|
```
|
|
1224
1224
|
|
|
1225
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1225
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/yolk.ts)_
|
|
1226
1226
|
|
|
1227
1227
|
## `eggs update`
|
|
1228
1228
|
|
|
@@ -1243,7 +1243,7 @@ EXAMPLES
|
|
|
1243
1243
|
$ eggs update
|
|
1244
1244
|
```
|
|
1245
1245
|
|
|
1246
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1246
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/update.ts)_
|
|
1247
1247
|
|
|
1248
1248
|
## `eggs version`
|
|
1249
1249
|
|
|
@@ -1289,7 +1289,7 @@ EXAMPLES
|
|
|
1289
1289
|
$ eggs wardrobe get your-wardrobe
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1292
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/get.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `eggs wardrobe list [REPO]`
|
|
1295
1295
|
|
|
@@ -1318,7 +1318,7 @@ EXAMPLES
|
|
|
1318
1318
|
$ eggs wardrobe list --distro arch
|
|
1319
1319
|
```
|
|
1320
1320
|
|
|
1321
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1321
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/list.ts)_
|
|
1322
1322
|
|
|
1323
1323
|
## `eggs wardrobe show [REPO]`
|
|
1324
1324
|
|
|
@@ -1348,7 +1348,7 @@ EXAMPLES
|
|
|
1348
1348
|
$ eggs wardrobe show accessories/
|
|
1349
1349
|
```
|
|
1350
1350
|
|
|
1351
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1351
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/show.ts)_
|
|
1352
1352
|
|
|
1353
1353
|
## `eggs wardrobe wear [REPO]`
|
|
1354
1354
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1382
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/wear.ts)_
|
|
1383
1383
|
<!-- commandsstop -->
|
|
1384
1384
|
|
|
1385
1385
|
# GUI
|