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/dist/commands/update.js
CHANGED
|
@@ -53,20 +53,16 @@ export default class Update extends Command {
|
|
|
53
53
|
const choose = await this.choosePkg();
|
|
54
54
|
Utils.titles(`updating via ${choose}`);
|
|
55
55
|
switch (choose) {
|
|
56
|
-
case '
|
|
57
|
-
await this.getPkgFromRepo();
|
|
58
|
-
break;
|
|
59
|
-
}
|
|
60
|
-
case 'lan': {
|
|
56
|
+
case 'LAN': {
|
|
61
57
|
await this.getPkgFromLan();
|
|
62
58
|
break;
|
|
63
59
|
}
|
|
64
|
-
case '
|
|
65
|
-
this.
|
|
60
|
+
case 'Package_Manager': {
|
|
61
|
+
await this.getPkgFromPackageManager();
|
|
66
62
|
break;
|
|
67
63
|
}
|
|
68
|
-
case '
|
|
69
|
-
this.
|
|
64
|
+
case 'Source': {
|
|
65
|
+
this.getFromSource();
|
|
70
66
|
break;
|
|
71
67
|
}
|
|
72
68
|
// No default
|
|
@@ -76,18 +72,18 @@ export default class Update extends Command {
|
|
|
76
72
|
*
|
|
77
73
|
*/
|
|
78
74
|
async choosePkg() {
|
|
79
|
-
const choices = ['
|
|
80
|
-
choices.push('
|
|
75
|
+
const choices = ['Abort'];
|
|
76
|
+
choices.push('LAN', 'Package_Manager', 'Source');
|
|
81
77
|
const questions = [
|
|
82
78
|
{
|
|
83
79
|
choices,
|
|
84
|
-
message: '
|
|
80
|
+
message: 'Select update method',
|
|
85
81
|
name: 'selected',
|
|
86
82
|
type: 'list'
|
|
87
83
|
}
|
|
88
84
|
];
|
|
89
85
|
const answer = await inquirer.prompt(questions);
|
|
90
|
-
if (answer.selected === '
|
|
86
|
+
if (answer.selected === 'Abort') {
|
|
91
87
|
process.exit(0);
|
|
92
88
|
}
|
|
93
89
|
return answer.selected;
|
|
@@ -95,19 +91,31 @@ export default class Update extends Command {
|
|
|
95
91
|
/**
|
|
96
92
|
*
|
|
97
93
|
*/
|
|
98
|
-
async
|
|
94
|
+
async getPkgFromPackageManager() {
|
|
99
95
|
let cmd = "";
|
|
100
|
-
if (this.distro.familyId ===
|
|
101
|
-
cmd =
|
|
96
|
+
if (this.distro.familyId === 'alpine') {
|
|
97
|
+
cmd = `doas apk add penguins-egga`;
|
|
102
98
|
}
|
|
103
99
|
else if (this.distro.familyId === 'archlinux') {
|
|
104
|
-
cmd = 'pacman -S penguins-eggs';
|
|
100
|
+
cmd = 'sudo pacman -S penguins-eggs';
|
|
101
|
+
}
|
|
102
|
+
else if (this.distro.familyId === "debian") {
|
|
103
|
+
cmd = 'sudo apt install penguins-eggs\nsudo apt reinstall penguins-eggs';
|
|
105
104
|
}
|
|
106
|
-
else if (this.distro.familyId ===
|
|
107
|
-
cmd =
|
|
105
|
+
else if (this.distro.familyId === "fedora") {
|
|
106
|
+
cmd = 'sudo dnf install penguins-eggs\nsudo dnf reinstall penguins-eggs';
|
|
108
107
|
}
|
|
108
|
+
else if (this.distro.familyId === "openmamba") {
|
|
109
|
+
cmd = 'sudo dnf install penguins-eggs\nsudo dnf reinstall penguins-eggs';
|
|
110
|
+
}
|
|
111
|
+
else if (this.distro.familyId === "opensuse") {
|
|
112
|
+
cmd = 'sudo zypper install penguins-eggs\\zypper install --force penguins-eggs';
|
|
113
|
+
}
|
|
114
|
+
Utils.titles(`update`);
|
|
115
|
+
Utils.warning(`To install/update penguins-eggs cut and copy one of the follow commands`);
|
|
116
|
+
console.log();
|
|
109
117
|
console.log(cmd);
|
|
110
|
-
|
|
118
|
+
console.log();
|
|
111
119
|
}
|
|
112
120
|
/**
|
|
113
121
|
* download da LAN
|
|
@@ -115,92 +123,95 @@ export default class Update extends Command {
|
|
|
115
123
|
async getPkgFromLan() {
|
|
116
124
|
const Tu = new Tools();
|
|
117
125
|
await Tu.loadSettings();
|
|
118
|
-
Utils.warning('Update from LAN');
|
|
119
|
-
|
|
126
|
+
Utils.warning('Update penguins-eggs from LAN');
|
|
127
|
+
let filter = '';
|
|
128
|
+
let copy = '';
|
|
129
|
+
let install = '';
|
|
130
|
+
/**
|
|
131
|
+
* Alpine
|
|
132
|
+
*/
|
|
133
|
+
if (this.distro.familyId === 'alpine') {
|
|
134
|
+
let repo = `alpine/x86_64`;
|
|
135
|
+
filter = `penguins-eggs-*-*.*.?-r?.apk`;
|
|
136
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
137
|
+
install = `apk add /tmp/${filter}`;
|
|
138
|
+
/**
|
|
139
|
+
* Arch
|
|
140
|
+
*/
|
|
141
|
+
}
|
|
142
|
+
else if (this.distro.familyId === 'archlinux') {
|
|
120
143
|
let repo = "aur";
|
|
144
|
+
filter = `penguins-eggs-??.*.*-?-any.pkg.tar.zst`;
|
|
121
145
|
if (Diversions.isManjaroBased(this.distro.distroId)) {
|
|
122
146
|
repo = 'manjaro';
|
|
147
|
+
filter = `penguins-eggs-??.*.*-?-any.pkg.tar.*`;
|
|
123
148
|
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
else if (this.distro.familyId === 'alpine') {
|
|
132
|
-
let arch = 'x86_64';
|
|
133
|
-
if (process.arch === 'ia32') {
|
|
134
|
-
arch = 'i386';
|
|
135
|
-
}
|
|
136
|
-
const filter = `penguins-eggs-25.*.*-r*.apk`;
|
|
137
|
-
const cmd = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/alpine/${filter} /tmp`;
|
|
138
|
-
await exec(cmd, { capture: true, echo: true });
|
|
139
|
-
if (await Utils.customConfirm(`Want to install ${filter}`)) {
|
|
140
|
-
await exec(`apk add /tmp/${filter}`);
|
|
141
|
-
}
|
|
149
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
150
|
+
install = `pacman -U /tmp/${filter}`;
|
|
151
|
+
/**
|
|
152
|
+
* Devuan/Debian/Ubuntu
|
|
153
|
+
*/
|
|
142
154
|
}
|
|
143
155
|
else if (this.distro.familyId === "debian") {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
156
|
+
let repo = 'debs';
|
|
157
|
+
filter = `penguins-eggs_??.*.*-?_${Utils.uefiArch()}.deb`;
|
|
158
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
159
|
+
install = `apt reinstall /tmp/${filter}`;
|
|
160
|
+
/**
|
|
161
|
+
* fedora/el9
|
|
162
|
+
*/
|
|
150
163
|
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
let cmd = '';
|
|
158
|
-
let url = 'https://sourceforge.net/projects/penguins-eggs/files/Packages';
|
|
159
|
-
let filter = `penguins-eggs`;
|
|
160
|
-
if (this.distro.familyId === 'archlinux') {
|
|
161
|
-
repo = "aur";
|
|
162
|
-
filter = `penguins-eggs-10.?.*-?-any.pkg.tar.zst`;
|
|
163
|
-
cmd = `sudo pacman -U ${filter}`;
|
|
164
|
-
if (Diversions.isManjaroBased(this.distro.distroId)) {
|
|
165
|
-
repo = 'manjaro';
|
|
164
|
+
else if (this.distro.familyId === "fedora") {
|
|
165
|
+
let repo = 'fedora';
|
|
166
|
+
let ftype = 'fc??';
|
|
167
|
+
if (this.distro.distroId !== 'Fedora') {
|
|
168
|
+
repo = 'el9';
|
|
169
|
+
ftype = 'el?';
|
|
166
170
|
}
|
|
167
|
-
|
|
171
|
+
filter = `penguins-eggs-??.*.*-?.${ftype}.x86_64.rpm`;
|
|
172
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
173
|
+
install = `dnf reinstall /tmp/${filter} || dnf install /tmp/${filter}`;
|
|
174
|
+
/**
|
|
175
|
+
* openmamba
|
|
176
|
+
*/
|
|
168
177
|
}
|
|
169
|
-
else if (this.distro.familyId === "
|
|
170
|
-
let
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
+
else if (this.distro.familyId === "openmamba") {
|
|
179
|
+
let repo = 'openmamba';
|
|
180
|
+
filter = `penguins-eggs-??.*.*-?mamba.x86_64.rpm`;
|
|
181
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
182
|
+
install = `dnf reinstall /tmp/${filter} || dnf install /tmp/${filter}`;
|
|
183
|
+
/**
|
|
184
|
+
* opensuse
|
|
185
|
+
*/
|
|
186
|
+
}
|
|
187
|
+
else if (this.distro.familyId === "opensuse") {
|
|
188
|
+
let repo = 'opensuse';
|
|
189
|
+
filter = `penguins-eggs-*.*.*-?.opensuse.x86_64.rpm`;
|
|
190
|
+
copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
|
|
191
|
+
install = `zypper install --force /tmp/${filter} || zypper install /tmp/${filter}`;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* copy and install
|
|
195
|
+
*/
|
|
196
|
+
if (await Utils.customConfirm(`Want to update/reinstall penguins-eggs`)) {
|
|
197
|
+
await exec(copy, { capture: true, echo: true });
|
|
198
|
+
await exec(install);
|
|
178
199
|
}
|
|
179
|
-
else if (this.distro.familyId === "debian") {
|
|
180
|
-
repo = "debs";
|
|
181
|
-
url = `${url}/${repo}`;
|
|
182
|
-
filter = `penguins-eggs_25.*.*-*_${Utils.uefiArch()}.deb`;
|
|
183
|
-
cmd = `sudo apt-get install ./${filter}`;
|
|
184
|
-
}
|
|
185
|
-
let command = `- open your browser at ${url}\n`;
|
|
186
|
-
command += `- select and download last package: ${filter}\n`;
|
|
187
|
-
command += `- ${cmd}\n`;
|
|
188
|
-
console.log(command);
|
|
189
|
-
this.show(url);
|
|
190
200
|
}
|
|
191
201
|
/**
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
console.log('
|
|
202
|
+
*
|
|
203
|
+
*/
|
|
204
|
+
getFromSource() {
|
|
205
|
+
console.log('Use the following commands to use penguins-eggs from source:');
|
|
206
|
+
console.log('');
|
|
197
207
|
console.log('cd ~');
|
|
198
208
|
console.log('git clone https://github.com/pieroproietti/penguins-eggs');
|
|
209
|
+
console.log('cd penguins-eggs');
|
|
210
|
+
console.log('pnpm install');
|
|
211
|
+
console.log('pnpm build');
|
|
212
|
+
console.log('./eggs');
|
|
199
213
|
console.log('');
|
|
200
|
-
console.log('
|
|
201
|
-
console.log('https://github.com/pieroproietti/penguins-eggs/blob/master/PREREQUISITES/README.md');
|
|
202
|
-
console.log('');
|
|
203
|
-
console.log('');
|
|
214
|
+
console.log('NOTE: requires nodejs>18 and pnpm installed');
|
|
204
215
|
}
|
|
205
216
|
/**
|
|
206
217
|
* show
|
|
@@ -19,7 +19,6 @@ export default async function bootloader() {
|
|
|
19
19
|
let grubName = Diversion.grubName(this.distro.familyId);
|
|
20
20
|
let grubForce = Diversion.grubForce(this.distro.familyId);
|
|
21
21
|
let cmd = '';
|
|
22
|
-
let grubLog = '/grub-install.lgo';
|
|
23
22
|
if (this.efi) {
|
|
24
23
|
/**
|
|
25
24
|
* UEFI Installation
|
|
@@ -42,7 +41,7 @@ export default async function bootloader() {
|
|
|
42
41
|
* For legacy boot, we specify the installation device directly.
|
|
43
42
|
*/
|
|
44
43
|
const target = 'i386-pc';
|
|
45
|
-
cmd = `chroot ${this.installTarget} ${grubName}-install --target=${target} ${this.partitions.installationDevice} ${grubForce}
|
|
44
|
+
cmd = `chroot ${this.installTarget} ${grubName}-install --target=${target} ${this.partitions.installationDevice} ${grubForce}`;
|
|
46
45
|
}
|
|
47
46
|
// await Utils.debug(`grub-install: ${cmd}`)
|
|
48
47
|
await exec(cmd, this.echo);
|
|
@@ -147,9 +147,7 @@ export default async function bootloaderConfig() {
|
|
|
147
147
|
try {
|
|
148
148
|
cmd = ``;
|
|
149
149
|
cmd += `chroot ${this.installTarget} `;
|
|
150
|
-
cmd += `dnf -y install
|
|
151
|
-
cmd += `grub2-pc `;
|
|
152
|
-
cmd += `grub2-pc-modules ${this.toNull}`;
|
|
150
|
+
cmd += `dnf -y install grub ${this.toNull}`;
|
|
153
151
|
await exec(cmd, this.echo);
|
|
154
152
|
}
|
|
155
153
|
catch (error) {
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
32be4d7f9678261c852de642d436ff14a8a08fac1a6c4144905a7122c924d9b1 penguins-eggs_25.9.8-1_amd64.deb
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c4b13e267b858e9c66f439ea4164d98c2fc49c06db58999123bcbec87d61f55b penguins-eggs_25.9.8-1_arm64.deb
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c28a8df8a40a61df8b97f2d1e9ddeddf3a4986852dee0e40f221380fafde8b6a penguins-eggs_25.9.8-1_i386.deb
|
|
File without changes
|
|
File without changes
|
package/eui/eui-create-image.sh
CHANGED
|
File without changes
|
package/eui/eui-start.sh
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,134 +1,128 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
2
|
+
"name": "penguins-eggs",
|
|
3
|
+
"shortName": "eggs",
|
|
4
|
+
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
|
|
5
|
+
"version": "25.9.8",
|
|
6
|
+
"author": "Piero Proietti",
|
|
7
|
+
"bin": {
|
|
8
|
+
"eggs": "./bin/run.js"
|
|
9
|
+
},
|
|
10
|
+
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@oclif/core": "^4.5.2",
|
|
13
|
+
"@oclif/plugin-autocomplete": "^3.2.34",
|
|
14
|
+
"@oclif/plugin-help": "^6.2.32",
|
|
15
|
+
"@oclif/plugin-version": "^2.2.32",
|
|
16
|
+
"@types/express": "^5.0.3",
|
|
17
|
+
"ansis": "^4.1.0",
|
|
18
|
+
"axios": "^1.11.0",
|
|
19
|
+
"chalk": "^5.6.0",
|
|
20
|
+
"cli-cursor": "^5.0.0",
|
|
21
|
+
"debug": "^4.4.1",
|
|
22
|
+
"express": "^5.1.0",
|
|
23
|
+
"ink": "^5",
|
|
24
|
+
"ink-progress-bar": "^3.0.0",
|
|
25
|
+
"ink-spinner": "^5.0.0",
|
|
26
|
+
"inquirer": "^12.9.4",
|
|
27
|
+
"js-yaml": "^4.1.0",
|
|
28
|
+
"mustache": "^4.2.0",
|
|
29
|
+
"netmask": "^2.0.2",
|
|
30
|
+
"react": "^18.3.1",
|
|
31
|
+
"read": "^4.1.0",
|
|
32
|
+
"shelljs": "^0.10.0",
|
|
33
|
+
"systeminformation": "^5.27.8",
|
|
34
|
+
"tftp": "^0.1.2",
|
|
35
|
+
"ws": "^8.18.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@oclif/prettier-config": "^0.2.1",
|
|
39
|
+
"@oclif/test": "^4.1.13",
|
|
40
|
+
"@types/chai": "^5.2.2",
|
|
41
|
+
"@types/debug": "^4.1.12",
|
|
42
|
+
"@types/glob": "^9.0.0",
|
|
43
|
+
"@types/inquirer": "^9.0.8",
|
|
44
|
+
"@types/js-yaml": "^4.0.9",
|
|
45
|
+
"@types/mocha": "^10.0.8",
|
|
46
|
+
"@types/mustache": "^4.2.6",
|
|
47
|
+
"@types/netmask": "^2.0.5",
|
|
48
|
+
"@types/node": "^22.15.30",
|
|
49
|
+
"@types/react": "^18.3.1",
|
|
50
|
+
"@types/read": "^0.0.32",
|
|
51
|
+
"@types/shelljs": "^0.8.17",
|
|
52
|
+
"@types/ws": "^8.18.1",
|
|
53
|
+
"chai": "^6.0.1",
|
|
54
|
+
"eslint": "^9.35.0",
|
|
55
|
+
"eslint-config-oclif": "^6.0.102",
|
|
56
|
+
"eslint-config-prettier": "^10.1.8",
|
|
57
|
+
"glob": "^11.0.3",
|
|
58
|
+
"mocha": "^11.7.2",
|
|
59
|
+
"oclif": "^4.22.18",
|
|
60
|
+
"perrisbrewery": "^10",
|
|
61
|
+
"prettier": "^3.6.2",
|
|
62
|
+
"shx": "^0.4.0",
|
|
63
|
+
"ts-node": "10.9.2",
|
|
64
|
+
"ts-prune": "^0.10.3",
|
|
65
|
+
"typescript": "^5.9.2"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=16.0.0"
|
|
69
|
+
},
|
|
70
|
+
"files": [
|
|
71
|
+
".oclif.manifest.json",
|
|
72
|
+
"/addons",
|
|
73
|
+
"/assets",
|
|
74
|
+
"/bin",
|
|
75
|
+
"/conf",
|
|
76
|
+
"/dist",
|
|
77
|
+
"/dracut",
|
|
78
|
+
"/eui",
|
|
79
|
+
"/maker",
|
|
80
|
+
"/manpages",
|
|
81
|
+
"/mkinitcpio",
|
|
82
|
+
"/mkinitfs",
|
|
83
|
+
"/perrisbrewery",
|
|
84
|
+
"/pods",
|
|
85
|
+
"/scripts"
|
|
86
|
+
],
|
|
87
|
+
"homepage": "https://penguins-eggs.net",
|
|
88
|
+
"keywords": [
|
|
89
|
+
"oclif",
|
|
90
|
+
"remaster",
|
|
91
|
+
"system"
|
|
92
|
+
],
|
|
93
|
+
"license": "MIT",
|
|
94
|
+
"main": "dist/index.js",
|
|
95
|
+
"type": "module",
|
|
96
|
+
"oclif": {
|
|
97
|
+
"bin": "eggs",
|
|
98
|
+
"dirname": "penguins-eggs",
|
|
99
|
+
"commands": "./dist/commands",
|
|
100
|
+
"plugins": [
|
|
101
|
+
"@oclif/plugin-help",
|
|
102
|
+
"@oclif/plugin-autocomplete",
|
|
103
|
+
"@oclif/plugin-version"
|
|
86
104
|
],
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
],
|
|
93
|
-
"license": "MIT",
|
|
94
|
-
"main": "dist/index.js",
|
|
95
|
-
"type": "module",
|
|
96
|
-
"oclif": {
|
|
97
|
-
"bin": "eggs",
|
|
98
|
-
"dirname": "penguins-eggs",
|
|
99
|
-
"commands": "./dist/commands",
|
|
100
|
-
"plugins": [
|
|
101
|
-
"@oclif/plugin-help",
|
|
102
|
-
"@oclif/plugin-autocomplete",
|
|
103
|
-
"@oclif/plugin-version"
|
|
104
|
-
],
|
|
105
|
-
"topicSeparator": " ",
|
|
106
|
-
"topics": {
|
|
107
|
-
"hello": {
|
|
108
|
-
"description": "Say hello to the world and others"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
"repository": "pieroproietti/penguins-eggs",
|
|
113
|
-
"scripts": {
|
|
114
|
-
"_postpack": "shx rm -f oclif.manifest.json",
|
|
115
|
-
"_prepack": "oclif manifest && ocl -t linux-x64",
|
|
116
|
-
"build": "shx rm -rf dist && tsc -b",
|
|
117
|
-
"deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
|
|
118
|
-
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
119
|
-
"lint": "eslint . --ext .ts",
|
|
120
|
-
"manifest": "oclif manifest",
|
|
121
|
-
"posttest": "pnpm run lint",
|
|
122
|
-
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
|
|
123
|
-
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
124
|
-
"unused": "ts-prune",
|
|
125
|
-
"version": "oclif readme && git add README.md"
|
|
126
|
-
},
|
|
127
|
-
"types": "dist/index.d.ts",
|
|
128
|
-
"pnpm": {
|
|
129
|
-
"overrides": {
|
|
130
|
-
"react": "^18.3.1",
|
|
131
|
-
"@types/react": "^18.3.18"
|
|
132
|
-
}
|
|
105
|
+
"topicSeparator": " ",
|
|
106
|
+
"topics": {
|
|
107
|
+
"hello": {
|
|
108
|
+
"description": "Say hello to the world and others"
|
|
109
|
+
}
|
|
133
110
|
}
|
|
134
|
-
}
|
|
111
|
+
},
|
|
112
|
+
"repository": "pieroproietti/penguins-eggs",
|
|
113
|
+
"types": "dist/index.d.ts",
|
|
114
|
+
"scripts": {
|
|
115
|
+
"_postpack": "shx rm -f oclif.manifest.json",
|
|
116
|
+
"_prepack": "oclif manifest && ocl -t linux-x64",
|
|
117
|
+
"build": "shx rm -rf dist && tsc -b",
|
|
118
|
+
"deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
|
|
119
|
+
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
120
|
+
"lint": "eslint . --ext .ts",
|
|
121
|
+
"manifest": "oclif manifest",
|
|
122
|
+
"posttest": "pnpm run lint",
|
|
123
|
+
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
|
|
124
|
+
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
125
|
+
"unused": "ts-prune",
|
|
126
|
+
"version": "oclif readme && git add README.md"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/almalinux.sh
CHANGED
|
File without changes
|
package/pods/archlinux.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run-on-debian.sh
CHANGED
|
File without changes
|
package/pods/ci/run-on-devuan.sh
CHANGED
|
File without changes
|
package/pods/ci/run-on-fedora.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run-on-ubuntu.sh
CHANGED
|
File without changes
|
package/pods/debian.sh
CHANGED
|
File without changes
|
package/pods/devuan.sh
CHANGED
|
File without changes
|
package/pods/fedora.sh
CHANGED
|
File without changes
|